Hi all,
I hope someone can help
I need to do redirects for a series of dynamic urls to the root domain.
RedirectPermanent /?attachment_id=100 /index.php
is not functioning for this uneducated in the ways of .htaccess person.
My goal is to redirect a list of about 20 different id=xxx
urls to the root URL, but i'll start with just one
like:
http://www.example.com/?attachment_id=100
should be routed to
http://www.example.com
thanks for any help