Quote:
Originally Posted by bosanci28
in .htaccess (root) i have only this:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ http://www.wsogroupbuy.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
Change this to:
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]