Hi
I'm trying to use 301 redirect to tell the browser that my site sits in a sub folder. It works! The only problem is that when I also try to go to my admin area, I'm redirected to my online store. I have another site in another sub folder (for demonstration purposes only) When I try to go to that site I'm redirected to my online store again.
In my public_html folder I have the following:
1. catalog folder (within that is my demonstration site)
2. store folder (in this folder is another folder and my store sits in there...see below)
3. htaccess file.
This is the content of the .htaccess file:
DirectoryIndex /store/catalog/index.php
I want to use the 301 redirect but I dont want to be directed to my online store when I need access to the admin area and the demonstration site. Thanks.