Can't seem to get the sitemap generated
« on: October 28, 2009, 06:46:30 PM »
hi



An error occured

There was an error while accessing the URL specified: <b>[ External links are visible to forum administrators only ]</b>
Please make sure to specify the correct website URL and resubmit your request.

robots.txt contents:
User-agent: *

No .htaccess file used

Please advise

Thanks
Re: Can't seem to get the sitemap generated
« Reply #1 on: October 28, 2009, 09:01:35 PM »
Hello,

your index.php page returns http code 404 (not found), althought the page is displayed in browser, bots will not index such a page:
https://www.xml-sitemaps.com/http-headers-viewer.html?op=http-headers-viewer&go=1&pageurl=http%3A%2F%2Fwww.pantepoptis.com%2Findex.php&se=xmlsitemaps&submit=View

You should make sure that it returns http code 200.
Re: Can't seem to get the sitemap generated
« Reply #2 on: October 28, 2009, 09:17:26 PM »
found and fixed

thanks for your reply anyways

Need to be careful what scripts inject into index.php


#header ("HTTP/1.1 404 Not Found");
#header("Status: 404 Not Found");
Re: Can't seem to get the sitemap generated
« Reply #3 on: February 05, 2010, 01:23:52 AM »
found and fixed

thanks for your reply anyways

Need to be careful what scripts inject into index.php


#header ("HTTP/1.1 404 Not Found");
#header("Status: 404 Not Found");


Could you explain how you fixed this problem, I'm having the same issue on my website (my pretty urls are 404ing): designsnack.com/gallery/page/2

Please help!