Forum Moderators: Robert Charlton & goodroi
How can I ensure my page rank will remain? After I went to the new format my PR went to 0. When I type in the exact URL (domain.com) into my browser, I see the PR5 for a split second and then it goes to my /index.php page (and back to zero PR).
Any advice?
Hubes
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ [domain.com...] [R=permanent,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ [domain.com...] [R=301,L]