http://thepixellator.com/
My New site =]
I've been dying to buy one so I need a bit of help.
I need to see what .htaccess files are neccessary - I need mainly the one for direct linking stopping.

http://thepixellator.com/
My New site =]
I've been dying to buy one so I need a bit of help.
I need to see what .htaccess files are neccessary - I need mainly the one for direct linking stopping.
You can usually control that within your cPanel (if you're using this control panel)
Edit the .htaccess and replace it with
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 thepixellator.com
AuthUserFile /home1/yourcpanelusername/public_html/_vti_pvt/service.pwd
AuthGroupFile /home1/yourcpanelusername/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_REFERER} !^http://thepixellator.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thepixellator.com/$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.thepixellator.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.thepixellator.com/$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
Want to hide these adverts? Register an account for free!