Someone contacted me through the contact form to ask me where is the xml sitemap generated by the xml sitemap module for pligg .
If he would have read my first post about this module I think he would have eventually figured out where it is but since that first post was written a long time ago let me answer that question in this post.
I will do this in a post instead of answering privately because maybe there are others that might run into the same problem and I hate answering the same question over and over.
The module doesn't generate a sitemap but a sitemap index ( that's basically just a list of sitemaps in xml ) and unless you're using cache the module will generate it every time someone goes to the sitemap's URL.
If you're not using friendly urls for sitemaps then the url to the sitemap will be :
http://yourpliggsite.com/module.php?module=xml_sitemaps_show_sitemap
If you want to use friendly urls for the sitemap you will have to configure it as described here
Last time I checked ( when I first created the module ) ask.com could not be pinged unless your sitemap url looked like a static url or/and was ending in .xml and this is why I created the module with this choice in mind. If you don't care about pinging ask.com or if ask.com changed it's policy ( can anyone check this ? ) then you don't need friendly urls for sitemaps.
For the future I would appreciate if such questions would be asked in the comments instead of private contact. I prefer the comments for answering questions about my posts or the code in my posts because this way others can benefit from my answers or others can contribute.
The contact form would be for private matters like asking for consultancy , business proposals or others that don't fit into the comments.
Google shows 404 for sitemap-pages.xml and sitemap-0.xml
Module 0.9 doesn’t work with Pligg 9.9.5 ?
You must be doing something wrong.
Check to see if it’s working without sitemap friendly urls then check to see if your .htaccess rules for
sitemaps are correctly set up
I’m not using firenly urls.
Google shows:
module.php?module=xml_sitemaps_show_sitemap Sitemap Index 1 hours ago Errors — Details
funny thing is that i submitted it days ago not 1 hour.
what and wher shõuld be this .htaccess file ?
I hava added these lines in there discribed for .htaccess in root dir.
the .htaccess file has to be in directory where the pligg code is.
You have to add the lines exactly as explained in the module configuration page.
before you submit the sitemap to google test it in your browser.
It should work at http://yourdomain.com/module.php?module=xml_sitemaps_show_sitemap
if you enable friendly urls for sitemaps and put that code in .htaccess and your server supports mod_rewrite in .htaccess then you should be able to access your sitemap as
http://youdomain.com/sitemapindex.xml
thank You!
I have insteled the module but this is what I see in the sitemap
−
−
http://www.inthecurrentnews.com/whatishot/sitemap-0.xml
2009-02-03T20:43:32-08:00
−
−
http://www.inthecurrentnews.com/whatishot/sitemap-pages.xml
Here is my sitemap address http://www.inthecurrentnews.com/whatishot/module.php?module=xml_sitemaps_show_sitemap
I think there is somethisng wrong as it is not showing page
That’s exactly what you should see in it.
This is a sitemap index.
If you want to see the actual pages take a look at
http://www.inthecurrentnews.com/whatishot/sitemap-0.xml
or
http://www.inthecurrentnews.com/whatishot/module.php?module=xml_sitemaps_show_sitemap&i=0 ( if your .htaccess rules are not set correctly )