Hi Ceon
Thanks for your reply again. As you suggested I've excluded the feed folder, unfortunetly still no joy. I think I'm doing something wrong related to .htaccess file itself. please have a look on the content of .htaccess file as below.
My Store is located in the folder zen139h. and obviously feed folder is inside zen139h/feed.
My url to access store is
http://mystoreurl.com/zen139h and the .htaccess file is located inside zen139h folder.
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 feed directory
RewriteCond %{REQUEST_URI} !^/zen139h/feed [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]
I've also excluded the /zen139h/googlefroogle.php file inside ceon url mapping under modules.
Whenever I click on the tools--> Google Merchant Center Feeder, I get a 3 fields form and a confirm button. when I choose feed type product and click confirm, it popups a window with url
http://mystoreurl.com/zen139h/google...key=544b32e9e0 it opens my home page in the popup window. No matter if I choose Max product = 100 and Starting Point = 10 as other two fields of the form it will popup the homepage in new window with url
http://mystoreurl.com/zen139h/google...key=544b32e9e0 . Pls suggest me I've no choice only either remove the Google Merchant Center Feeder or Ceon URI Mapping (SEO) plugin.