- Posts: 43
- Thank you received: 1
add to cart does not work
-
dan_barb
Inactive member -
Topic Author
- Member
-
Less
More
15 years 2 weeks ago #1962
by dan_barb
add to cart does not work was created by dan_barb
sometimes add to cart does not work and the browser is t elling me that is transfering data from
www.chaosserver.com
sometimes is working, but it can be like this...
what should i do?
sometimes is working, but it can be like this...
what should i do?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6840
- Thank you received: 726
15 years 2 weeks ago #1963
by milos
Replied by milos on topic Re: add to cart does not work
What additional extensions you installed? We are not anyhow affiliated with chaossoftware.com. Please give me your link to check this.
Please Log in to join the conversation.
-
dan_barb
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 43
- Thank you received: 1
15 years 6 days ago #2049
by dan_barb
Replied by dan_barb on topic Re: add to cart does not work
when i am accesing the site by adress http://domain it does not working...
but when i use www.domain it's working.
but when i use www.domain it's working.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6840
- Thank you received: 726
15 years 6 days ago - 15 years 6 days ago #2051
by milos
Replied by milos on topic Re: add to cart does not work
First of all, such configuration of site is not good for SEO. You should redirect non-www version to www version or vice versa. Use this lines in your .htaccess file
In above case, in VM configuration > Security, you should enter link with www.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]
In above case, in VM configuration > Security, you should enter link with www.
Last edit: 15 years 6 days ago by milos.
Please Log in to join the conversation.
Time to create page: 0.161 seconds