Tagged Questions
3
votes
1answer
769 views
.htaccess opencart redirect 301
I just migrate my site from asp to opencart. In .htaccess I would like to do some redirect so that my customer can use back the old link to access
inside .htaccess
redirect 301 /contact.asp ...
0
votes
0answers
34 views
Installing Wordpress inside a directory of Opencart
What I am trying to do is install WordPress inside a directory of my already existing Opencart installation, for example domain.com/opencart/wordpressblog.
In my Opencart installation I have SEO ...
0
votes
1answer
180 views
Opencart 301 Redirect error
I read all availabe Q&A but i still did not found any solution.
I am running a Online store using wordpress.. now i move to opencart because of Payment Gateway option. but i have 301 URL redirect ...
0
votes
1answer
193 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 ...
0
votes
3answers
1k views
How can I create custom SEO-friendly URLs in OpenCart?
How can you customize system URLs in OpenCart? For example, I would like http://example.com/index.php?route=checkout/cart to be displayed as http://example.com/cart
I know OpenCart provides SEO URLs ...
0
votes
1answer
271 views
Using htaccess Files for Pretty URLS - Opencart
how to write htaccess if my opencart home page is http://www.stico.com.my/index.php?route=product/category&path=20_59 , i want url to be like this
http://www.stico.com.my
My client want page ...
0
votes
2answers
215 views
Force language GET variable via htaccess or …?
I have 3 subdomains , which are based on Opencart.
What I need to force on each domain given language
to do so _GET['language'] should be defined strictly for each subdomain
en.handmade24.at -> ...
0
votes
1answer
139 views
cleaner url with htaccess
Ok so i am using opencart which is an open source shopping cart. I installed it here the problem is that when you click on anything and I mean anything the url goes from this
...
0
votes
2answers
565 views
Opencart htaccess problem
hi i am having similar problem My url is like name.domain.com/subdoamin/store/index.php?...
and my htaccess file is :
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent ...
0
votes
2answers
656 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 ...