Downlaod ID: 69a6966cbf5629255ad63f8589b75ed6 for VirtueMart extension
We moved a large VirtueMart site to GoDaddy. We replaced a 2009 version of sh404SEF with purchased versions of JoomSEF 3 and the VirtueMart extension.
We purchsed a GoDaddy SSL certificate.
We are getting an error when trying to add a product to the cart, saying "Your browser does not accept cookies...". Nothing is added to the cart.
I have searched for solutions and made these changes to my site to try to solve this problem
1) Turned off ajax updating of the cart
2) Made sure that the domain name is always the same
In virtuemart.cfg.php
define( 'URL', '
www.naturalpathhealthcenter.com/' );
define( 'SECUREURL', '
www.naturalpathhealthcenter.com/' );
In .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^naturalpathhealthcenter.com$
RewriteRule ^(.*)
www.naturalpathhealthcenter.com/$1 [QSA,L,R=301]
I am not sure this problem is due to JoomSEF or the extension, but these are the things we have changed.
Thanks!