Hi
Currently I'm using zencrat1.3.9h verson with about 90 products in my catelog. I've also installed the Ceon URI Mapping (SEO) plugin. Everything going good till now. Finally I've installed the Google Merchant Center Feeder(google_base_froogle_feeder_1-9-0).
now I'm facing the issue. Whenever I goo inside Tools >> Google Merchant Center Feeder inside the admin and click confirm for creating the Product feed type, a popup window comes up and displaying my home page with the URL (http://mywebUrl.com/mystore/googlefr...key=544b32e9e0)
Even I've excluded all file's path of Google merchant center feeder inside the Ceon URI Mapping.
contents of my .htaccess file is as follows:
RewriteEngine On
# ONLY rewrite URIs beginning with /zen139h/
RewriteCond %{REQUEST_URI} ^/zen139h/ [NC]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
#RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/zen139h/new-admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/zen139h/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
Pls help me to resolve this issue.
Thanks
Bookmarks