Quote:
Originally Posted by djbaxter
It's not designed to save them to the root. Read the instructions - that's why you need to add lines to .htaccess - the files are saved to {forum_root_}/vbseo_sitemap/data/
|
The files named:
sitemap_1.xmp.gz
sitemap_index.xml.gz
urllist.txt.gz
are being saved in {forum_root_}/vbseo_sitemap/data/
This is the exact /htaccess file I am using. Am I suppose to change something here?
Code:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
My site is
www.argoswow.com
vbulletin is in the
www.argoswow.com/vb - I am using vBAdvanced with its index.php in the root of my site and the forums index.php is located in the /vb.
Do I need to put specific patch information into the .htaccess?