Quote:
Originally Posted by C138 Kaysone
Im confused with the htaccess file
My vbseo for google and yahoo sitemap is in my forum folder "as it should"
but in the htaccess file
should i have this
or
|
it should be in your forum root.
So if you have your main site directory is
/var/www/html/yoursite.com
but your forum is actually located at
/var/www/html/yoursite.com/forum/
Then you need to add it to the htaccess in this directory
/var/www/html/yoursite.com/forum/
and use this code
Quote:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
hth