tkalfaoglu Posted March 2, 2011 Share Posted March 2, 2011 Hi there. I let http://www.xml-sitemaps.com/ run on http://www.kalfaoglu.net , but it only found 1 web page! I removed robots.txt and tried again, same result! Why could site generation fail like that? Thanks, -turgut 0 Quote Link to comment Share on other sites More sharing options...
tkalfaoglu Posted March 2, 2011 Author Share Posted March 2, 2011 I think it has to do with the .htaccess.. I'm seeing some [Wed Mar 02 08:41:56 2011] [error] [client 88.243.76.133] File does not exist: /var/www/vhosts/kalfaoglu.net/httpdocs/knowledgebase, referer: http://www.kalfaoglu.net/knowledgebase/12/Yeni-email-hesabi-nasil-ekleyebilirim.html in the logs, but the page is delivered! so, it gets a 404 but delivers the page.. How odd.. It's the default .htaccess too.. RewriteEngine On # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC] RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC] 0 Quote Link to comment Share on other sites More sharing options...
tkalfaoglu Posted March 2, 2011 Author Share Posted March 2, 2011 Scratch that -- I tried disabling the SEO friendly option in general settings and removing .htaccess, nothing changed.. the generated sitemap still only has 1 page in it. 0 Quote Link to comment Share on other sites More sharing options...
tkalfaoglu Posted March 2, 2011 Author Share Posted March 2, 2011 Solved.. header.tpl had Noindex,follow 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.