Raxit
Raxit

Reputation: 11

wordpress shopp plugin click on add to cart redirecting to homepage

This is site url http://fourwindscellars.com/shop/category/wine/ whenever I click on add to cart, it redirects to homepage.

This is my .htacces file code

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^shop/images/(\d+)/?\??(.*)$ /wp-content/plugins/shopp/services /image.php?siid=$1&$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

When I check it showing it has 301 Moved Permanently for cart page, Now it should be stay here but it again moved (301 Moved Permanently) and going home page.

Please help !!

Upvotes: 0

Views: 248

Answers (0)

Related Questions