Quote:
do you replace ^index\.php with your main page in the root?
Thanks,
Kevin
|
Yes..
Example: if the root page is mypage.html use ^mypage\.html
Be aware though, thats just a code snippet for that section of my .htaccess file.
You need to have the line
RewriteEngine on somewhere near the top to turn on mod_rewrite and you have to have mod_rewrite installed on your apache server.