Forum Moderators: phranque
What I want to do is as follows:
redirect ALL requests for [mydomain.com...] to [mydomain.com...]
I have created the following .htaccess file and placed it in my DocumentRoot.
RedirectPermanent ./ ./subdirectory
The problem is, the .htaccess file doesn't seem to get processed. Any suggestions?
Thanks,
Steve
Jim