Support Joomla!

1.5 Template Project

The Joomla! Documentation Working Group is running a project to develop detailed reference and tutorial material on Joomla! 1.5 templates.  There is a project page on the documentation wiki where you can see the work in progress and help us by contributing your knowledge.

Who's Online

We have 107 guests online

Help Site License

The Joomla! Help Site content is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution NonCommercial ShareAlike 2.5. Some parts of this website may be subject to other licenses.
Home arrow FAQs

APACHE: How can I check if mod_rewrite is enabled?
Author(s):Experience level:-
Contributors:Joomla! version:1.0
Date added:Monday, 16 July 2007Date last changed:Tuesday, 30 November 1999
 
Many problems with search engine optimization (SEO) arise from the fact that a host has not enabled mod_rewrite  on the server.

  1. Enable SEO in your administrator! (administrator > SEO > Enable > Save)
  2. Rename your htaccess.txt to .htaccess, or use your existing .htaccess file.
  3. Place ONLY the following lines in your .htaccess file.

    Options +FollowSymLinks
    Redirect /joomla.html http://www.joomla.org

  4. Point your browser to: http://www.mysite.com/joomla.html
    (Replace 'mysite.com' with your site's actual URL.)
  5. If you are redirected to www.joomla.org, mod_rewrite is working. If you get an error, mod_rewrite is not working.

  6. Note: if your site is located in a sub-domain, for example "test" you need to modify .htaccess as follows:

    Options +FollowSymLinks
    Redirect /test/joomla.html http://www.joomla.org

Last Updated Tuesday, 30 November 1999
< Prev   Next >

Powered by EasyFAQ © 2006 Joomla-addons.org