Marketplace

Sitemap By Limewheel Creative

Sitemap

Free

Added: September, 01, 2011
Category: Utility Modules
Version: 1.3.4 - view changes
Certified: Yes
Downloads: 170

Please log in to download this product.

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:

Customer reviews

  • Unpublished categories

    Posted by Jeroen Steenvoorde on December, 12, 2011

    Unpublished categories are being listed in the sitemap

  • Bad mod_rewrite code

    Posted by Robert Kosek on April, 25, 2012

    For better support for maintenance mode with this plugin, revert the changes suggested above and implement the following instead. This way you can still see your storefront when in maintenance mode—the suggested changes above will lock you out of the home page.

    Insert this:

    RewriteCond %{REQUEST_URI} sitemap.xml
    RewriteRule ^(.*)$ index.php?q=/$1 [L,QSA]

    Above:

    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]

Please log in if you want to write a review. Only customers who have ordered this product can post reviews.