On 4/26/2011 5:54 AM, David Robley wrote:
Al wrote:
I want to restrict access to all files except one on my site and in parent
dir. Thought this should work; but it doesn't.
<Files *>
Order Deny,Allow
Deny from all
Allow from xx.36.2.215
</Files>
xx.36.2.215 is actual value IP
This file makes a captcha image and is called with
<img src="makeScodeImg.php" alt="missing img file" /> in file
/dir/control.php
makeScodeImg.php is=> /dir/includes/makeScodeImg.php
Works fine if "allow all" just for testing
Thanks
Seems like more of a question for an apache group than a php group. Or you
might check the apache docs at:
http://httpd.apache.org/docs/2.2/howto/htaccess.html
http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#allow
Cheers
You're correct, thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php