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!