what do i need to add...

what do i need to add...

Posted by: QuaLiTee80
Posted on: 2005-04-12 23:35:00

<limit GET>
order deny,allow
deny from all
allow from 12.3.45.6
allow from .example.com
</limit>

ErrorDocument 403 http://www.geocities.com/qualitee80/forbidden.html
ErrorDocument 404 /missing.html
ErrorDocument 500 /internal_error.html

my htaccess file is located in my root level


what do i need to add so that my allowed domain and ip will not be redirected to my forbidden page? and so they will be able to download files?

Again, please explain in layman's terms? I am very new to this.

Thanks in advance!

Re: what do i need to add...

Posted by: macmanx
Posted on: 2005-04-12 23:42:00

If you're trying to prevent remote hotlinking to your files (which it sounds like you are), why not use DreamHost's easy-to-use solution (it automates the .htaccess configuration for you). https://panel.dreamhost.com/kbase/index.cgi?area=3014

Tags: add