Hi!
It looks like I am having some trouble with redirect, I can't access my sitemap.xml or sitemap.xml.gz in my Domain root.
My forum is located at /members/forum/
Here is the .htaccess of the / folder:
Could anyone help?Code:Header append P3P 'policyref="http://www.domain.com/w3c/p3p.xml", CP="ALL DSP COR CUR ADM IVD OUR PUB IND ONL COM"' DirectoryIndex index.php index.html index.htm AddType 'text/html; charset=ISO-8859-1' html AddType 'text/html; charset=ISO-8859-1' htm Options -Indexes Options +FollowSymlinks RewriteEngine on #Protect Images from HotLinking RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp|png|pdf|flv|swf)$ - [F,NC] #Rewrite subdomains to blogs RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} !^(www\.|ftp\.|mail\.|3ddog\.|affiliate\.|affiliates\.)?domain\.com RewriteRule .* http://www.domain.com/members/forum/blogs/%1 [L,R=301] #Rewrite all subdomains to www RewriteCond %{HTTP_HOST} !^(www\.|ftp\.|mail\.|3ddog\.|affiliate\.|affiliates\.)?dogtrickacademy\.com RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] #vBSEO Sitemap Generator RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ http://www.domain.com/members/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] <Files 403.shtml> order allow,deny allow from all </Files> deny from 165.127.85.4 deny from 207.195.244.215 deny from 82.21.22.54 deny from 124.177.139.250 deny from 213.203.218.98 deny from 213.203.218. deny from 66.69.146. deny from 82.152.200.70 deny from 193.124.227. deny from 201.160.218. deny from 152.216.3. deny from 196.220.10.3
Thanks!![]()



LinkBack URL
About LinkBacks






Reply With Quote


