rockhopper Posted December 16, 2007 Share Posted December 16, 2007 Here is a snippet of my httpd file: <Directory /> Order Deny,Allow Deny from all Allow from 192.168.1.0 </Directory> <Directory /var/www> Order Allow,Deny Allow from All </Directory> very very simple, apparently, so am I ??? I want to deny access to root, and grant access to my web folder. I guess I do not yet understand the mechanism behind it. Thank you for your inut. For now, its time to put it on the web. Rockhopper Link to comment https://forums.phpfreaks.com/topic/81936-how-do-i-free-up-access-to-a-sub-directory/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.