how to protect server directory using .htaccess

前端 未结 5 1662
-上瘾入骨i
-上瘾入骨i 2021-02-10 21:02

I have designed a website, and within it I have a range of PHP scripts which interact with my system. For example, if a user uploads an image, this is processed by the script

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-10 21:41

    You can set deny from all on .htaccess and include these files from some accessible directory

提交回复
热议问题