Status
Not open for further replies.

janslu

Customer
I've installed beta7 today, and found few issues with sitemaps already:

1. Manual sitemap generation in dbseocp links to dbseocp/dbseo.php?do=buildsitemap instead of index.php?... any idea why? I'm using rewrite settings from the readme file.

2. lastmod for forums is set to 1970 in the xml file - I would expect it would the same as the last update for any thread inside
 
1. Manual sitemap generation in dbseocp links to dbseocp/dbseo.php?do=buildsitemap instead of index.php?... any idea why? I'm using rewrite settings from the readme file.
I'm unable to replicate this issue. Can you try clearing your .htaccess file so only the DBSEO rules remain? It's possible you have a conflict somewhere.

2. lastmod for forums is set to 1970 in the xml file - I would expect it would the same as the last update for any thread inside
It uses the "lastpost" column in the forum table, which will always be 0 for sections. You'll notice that forums with actual posts in them have a proper lastmod.
 
I'm unable to replicate this issue. Can you try clearing your .htaccess file so only the DBSEO rules remain? It's possible you have a conflict somewhere.

I'll take a second look tomorrow, but for now I did clear my .htaccess and it didn't help:
Code:
RewriteEngine On

RewriteCond %{REQUEST_URI} !(apa/|dbseocp/|mpa/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(apa|dbseocp|mpa|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

It uses the "lastpost" column in the forum table, which will always be 0 for sections. You'll notice that forums with actual posts in them have a proper lastmod.

You are right!
 
If you can't find a solution to the issue, feel free to PM me with an AdminCP and FTP account and I'll take a look :)
 
Status
Not open for further replies.

Similar threads

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top