I wish to remove an entire directory of content and redirect to my index.php page.
Would somebody be kind enough to give an example of the correct .htacess directive. I have tried:
Redirect /mydirectory/ http://www.mysite.com/index.php?
This works to a degree, however all redirects are like this:
http://mysite.com/index.php?myoldcontent.html
I would like the redirect to be a clean: http://mysite.com/index.php
Thanks!
Sonia
Would somebody be kind enough to give an example of the correct .htacess directive. I have tried:
Redirect /mydirectory/ http://www.mysite.com/index.php?
This works to a degree, however all redirects are like this:
http://mysite.com/index.php?myoldcontent.html
I would like the redirect to be a clean: http://mysite.com/index.php
Thanks!
Sonia






