Here is how to check if mod-rewrite is realy enabled!
..Enable SEO in your administrator! (administrator> SEO > enable > save)
..Rename your htaccess.txt to .htaccess !!
Next place ONLY the following lines in your .htaccess:
Code: Select all
Options +FollowSymLinks
Redirect /joomla.html http://www.joomla.org
Now point your browser to: http://www.mysite.com/joomla.html
If it redirects you to joomla.org - mod_rewrite is working.
If it gives you an error - mod_rewrite is not working.
note: if your site is located in subdomain example "test" you need to insert in .htaccess as:
Code: Select all
Options +FollowSymLinks
Redirect /test/joomla.html http://www.joomla.org
note: replace the http://www.mysite.com with your own domain in your browser!
cheers
Leo
note: originally posted by Kenmcd on open-sef forum and modified/enhanced for general use