trigon,
as described in installation instructions,
Quote:
:
C. Open your 'vbroot/.htaccess' file and enter the following code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
i put it in: here you can see my htaccess:
Code:
RewriteEngine On
RewriteBase /forum/
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Btw: put it in /public_html/.htaccess, is that right?