Hello,
Our forum is located in a subdirectory.
I change the htaccess to
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ subdir/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Store this .htaccess in the root of the domain and change Sitemap Files URL in vb Options to
http://www.mydomain.com/subdir/vbseo_sitemap
Is that correct?
The sitemap script times out when I run it the first time, though the files are generated (so it's the browser, not the script really?). When it's run the second time it seem just to update? It does report but also creates a warning: Warning: unlink() has been disabled for security reasons in.. Can this warning be ignored?