Jump to content

How do I free up access to a sub directory?


rockhopper

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.