varun.heman83
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
My domain name seems to direct itself to the x10 homepage rather than my homepage! Please help, I've tried everything!
RewriteEngine on
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName varunh.x10.mx
AuthUserFile /home/varunh/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/varunh/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_REFERER} !^http://varunheman.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://varunheman.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.varunheman.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.varunheman.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]