Deceased
- Join Date:
- Aug 2004
- Location:
- Saint Petersburg, Russia
- Posts:
- 1,782
- Plugin Contributions:
- 5
SitemapXML v.2
jt3c:
- Which url should be submitted to the search engines: http://olivariaccessories.com/sitemap.xml. OR http://olivariaccessories.com/index....ge=sitemapxml:?
You can go two ways:
-
Submit to SE http://olivariaccessories.com/sitemap.xml. To have update sitemaps and automatically notify crawlers, you will need to set up a Cron job via your host's control panel (the format of the cron job is determined by your hosting).
To run it as a cron job (at 5:0am like you wanted), put in your crontab something like the following:
0 5 * * * GET 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes'
or
0 5 * * * wget -q 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes' -O /dev/null
or
0 5 * * * curl -s 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes'
or
0 5 * * * php -f path_to_shop/cgi-bin/sitemapxml.php rebuild=yes ping=yes -
Submit to SE http://olivariaccessories.com/index.php?main_page=sitemapxml&inline=yes
jt3c:
- How do I recover the lost Tools > Sitemap XML control panel?
I don't know. May be check Admin Profile?
jt3c:
Does this have to do with the 'DIR_FS_CATALOG', issue which I'm a bit confused about?
No