Tagged Questions

1
vote
2answers
680 views

.htaccess 301 redirect problem

Hi I have an application which uses opencart. I would like to make a 301 reditect in case the user types http://mysite.com. To be redirected in http://www.mysite.com (301 status code) Here is my ...
0
votes
1answer
280 views

Opencart .htaccess - allows access to specified folder

I've got an OpenCart site, but need to create an addtional /test directory which is accessible. By default, all requests are sent to OpenCart. I'm trying to make it send all except /test. I've tried ...