发新话题
打印

如何完全禁止apache一个目录的解php权限?

<Directory  "e:/webroot/test">  
       <Files  ~  ".php">  
       Order  allow,deny  
       Deny  from  all  
       </Files>  
</Directory>  

try  this

TOP

发新话题