设置.htaccess 禁止访问网站根下面的某个php文件
设置.htaccess 禁止访问网站根下面的某个php文件,怎么设置呢
------解决方案--------------------
用url跳转实现
------解决方案--------------------
php code250 # the following lines prevent .htaccess and .htpasswd files from being 251 # viewed by web clients. 252 #253 254 require all denied255