Forum Moderators: phranque
/forums/index.php
/forums/index.php?
/forums/
Each one of those has different page rank with Google. I think we're getting some page rank dillution because of this.
I already have /forums/ redirecting to /forums/index.php but I can't figure out how to redirect index.php? to index.php.
I need do this without redirection things such as index.php?parameter=#*$!x to index.php, only redirecting index.php? to index.php.
RewriteCond %{THE_REQUEST} forums/index.php\?\
RewriteRule ^forums/index.php$ /forums/index.php [R=301,L]
The above will redirect a blank query_string.
There is some more information in the Apache Library [webmasterworld.com] and Forum Charter [webmasterworld.com]. I will try to add some information on conditions soon.
Hope this helps.
Justin