I want to redirect the following
http://www.example.com/folder/index.php?dir=Dir1
http://www.example.com/folder/index.php?dir=Dir1/Dir2
to
http://www.example.com/folder/Dir1
http://www.example.com/folder/Dir1/Dir2
I want to “301 Redirect” it NOT “Rewrite” i.e I want the “index.php?dir=” link to 301 redirect to folder structure.
Please advice?
Do this in your DocumentRoot
.htaccess.