Tagged Questions

1
vote
2answers
133 views

Opencart, OC 1.5.1.3, captcha error

OC 1.5.1.3, the Captcha image doesn't show on none of these pages: product / review section contact page by accessing this http://www.directmall.co.uk/index.php?route=information/contact/captcha ...
1
vote
2answers
657 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
196 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 ...