.htaccess deny from all

后端 未结 3 520
孤街浪徒
孤街浪徒 2020-12-05 05:59

I have copied one of my old applications and renamed it to New_application. I want to access .htaccess file that is inside the New_application folder. When I opened it with

3条回答
  •  一生所求
    2020-12-05 06:49

    You can edit it. The content of the file is literally "Deny from all" which is an Apache directive: http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny

提交回复
热议问题