Hi guys,
I found some similar topics on this problem, but it seems i can't post there.
I redesigned someone's website and search engines still have the old pages in cache.
Most of the old pages look like
/index.php?page=photos&id=1
or
/index.php?page=contacts
I'm trying to redirect all this pages to my home page. ( so
/index.php?page=photos&id=1 has to take me to / )
I can't make it work. I'm no good at .htaccess scripting, so don't laught :).
Here's the last thing i tried :
RewriteRule ^index(.*)$ / [R=301,L]
I don't know how to get rid of the parameters.
Please help.