Hi guys I'm having trouble with this part. I uploaded the folder and set it for "777" I then went back a level to my Vb folder and see a .htacess file, my question is how do I edit it to put the infomation i need to in there. I am using a macbook and my ftp client is cuteftp. I don't know if you need that infomation but there it is.
Apache and mod_rewrite
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
IIS and ISAPI_Rewrite
RewriteRule ^/vBroot/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vBroot/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
lighthttpd
url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )


LinkBack URL
About LinkBacks





Reply With Quote