Your cart is empty.
Sitemap
Free
Added: September, 01, 2011
Category: Utility Modules
Version: 1.3.4 - view changes
Certified: Yes ![]()
Downloads: 170
Add a sitemap for your store.
Use the Sitemap settings located in the System/Settings area to define what areas of the store should be included on the sitemap (products, categories, blog posts and CMS pages).
Note: if you get a "File not found" when generating the sitemap, check your .htaccess and try replacing the following under "All other requests"::
RewriteCond %{REQUEST_URI} !(\.(ico|js|jpg|jpeg|gif|css|png|swf|txt|xml|xls)$)
RewriteCond %{REQUEST_URI} !(phproad/thirdpart/.*)
RewriteRule ^(.*)$ index.php?q=/$1 [L,QSA]with this:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=/$1 [L,QSA]
Links:

