Heim >Backend-Entwicklung >PHP-Tutorial > 设置.htaccess 禁止访问网站根上面的某个php文件

设置.htaccess 禁止访问网站根上面的某个php文件

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 13:23:121104Durchsuche

设置.htaccess 禁止访问网站根下面的某个php文件
设置.htaccess 禁止访问网站根下面的某个php文件,怎么设置呢

------解决方案--------------------
用URL跳转实现
------解决方案--------------------

PHP code
250 # The following lines prevent .htaccess and .htpasswd files from being 
251 # viewed by Web clients. 
252 #
253 <files>
254     Require all denied
255 </files> <div class="clear">
                 
              
              
        
            </div>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn