Quote:
Originally Posted by Fireproof
Thanks. But for some reason, it's STILL not copying the files to the /forums directory. I don't know what else to do. I've verified that they get created successfully in the /vbseo_sitemap/data folder okay. But then they are stuck there.
This is what I have in total in my .htaccess file. I'm not sure what the other stuff is - it was already there - so maybe you can tell me if that's causing a problem or what it's for...
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^view_(.*).htm$ view.php?pg=$1
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
They won't be copied to forums directory.
Do you have the .htaccess in your forums root ? I don't think "RewriteEngine On" is required two times.
Quote:
Originally Posted by atxtraveler
I do not have anything else or changes to the .htaccess, and have tried both htaccess. and htaccess.txt and neither word on my system. I have followed the instructions in the readme document several times, and still am not able to generate a sitemap.
Any help would be greatly appreciated.
|
Forget about htaccess.txt. You just need
.htaccess, copy it to forums root. If it doesn't work then you probably do not have htaccess enabled on your server. contact your host.