|
|
|
||||
|
|
#1 |
|
So Fucking Banned
Industry Role:
Join Date: Feb 2005
Posts: 1,229
|
Say I am limiting my includes folder to the localhost like so:
<Directory "/includes"> Order allow,deny Allow from 192.168.1.0/24 Allow from 127 </Directory> Would this prevent a php script from including a file in that directory for a web server request? |
|
|
|