Hi everyone.
I am trying to remove the index.php file from the url of my sites homepage. I thought this would automatically do this but it is not working for me.
Apache install with only a .htaccess rewrite to remove www.
So I would like:
And this .htaccess rewrite would not work:Code:http://wehypnosis.com/index.php to be: http://wehypnosis.com/
All help greatfully received.Code:Options +FollowSymLinks DirectoryIndex index.php RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://wehypnosis.com/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php [L,QSA]
PR: wait...
I: wait...
L: wait...
LD: wait...
I: wait...wait...
Rank: wait...
Traffic: wait...
Price: wait...
C: wait...
[IMG]chrome://seoquake/content/skin/close.gif[/IMG]


LinkBack URL
About LinkBacks





Reply With Quote
