Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{QUERY_STRING} ^page=9
RewriteRule ^index\.php$ [example.com...] [R=301,L]
Many Thanks
It is not clear what do you really want to implement, but according to the note above, try this one:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{QUERY_STRING} ^page=9
RewriteRule index\.php$ http://www.example.com/7? [R=301,L]