neounix
Customer
Hey!
Now working the site sitemaps, I notice when I generate a sitemap, for example for "Show Posts" where our showpost.php DBSEO URL has format:
The DBSEO URL is correct (in the above format), but the sitemap URL has a "0" where the [post_id} should be:
For example:
I was going to test these sitemap function (threads, posts and tags)... haha.. but I'm stuck in "next" mode and cannot kill the current manual build sitemap process (and when I leave the page, it simply resumes when I come back). So, I cannot "kill" a sitemap build after it is started and we are on file 13 of maybe 40 !!
I guess I can restart apache and clear this; but there must be a better way !
Now working the site sitemaps, I notice when I generate a sitemap, for example for "Show Posts" where our showpost.php DBSEO URL has format:
Code:
[thread_title]-[post_id]/[forum_title]/post[post_count].html
The DBSEO URL is correct (in the above format), but the sitemap URL has a "0" where the [post_id} should be:
For example:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://linode.unix.com/how-search-file-name-length-0/unix-dummies-questions-answers/post1.html</loc>
<lastmod>2009-06-25T19:55:02+00:00</lastmod>
<changefreq>yearly</changefreq>
<priority>0.2089</priority>
</url>
<url>
<loc>http://linode.unix.com/how-search-file-name-length-0/unix-dummies-questions-answers/post2.html</loc>
<lastmod>2009-06-25T20:06:20+00:00</lastmod>
<changefreq>yearly</changefreq>
<priority>0.2102</priority>
</url>
I was going to test these sitemap function (threads, posts and tags)... haha.. but I'm stuck in "next" mode and cannot kill the current manual build sitemap process (and when I leave the page, it simply resumes when I come back). So, I cannot "kill" a sitemap build after it is started and we are on file 13 of maybe 40 !!
I guess I can restart apache and clear this; but there must be a better way !
