Jump to content

Allow/Deny not working for folders


PcPixel

Recommended Posts

I'm trying to restrict folder access based on IP. If I do a blanket Allow or Deny (Deny from all, Allow from all) that works.

 

However, if I try something like:

 

<Directory "D:/MySite/Folder">

    AllowOverride None

  Order Deny,Allow

  Allow from 192.168.1.1

</Directory>

 

It doesn't work at all. It works as an explicit deny. I also noticed that unless I add the: Win32DisableAcceptEx I don't get any IP addresses logged. I'm using Apache 2.2.4.

Link to comment
https://forums.phpfreaks.com/topic/58707-allowdeny-not-working-for-folders/
Share on other sites

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.