php 通过.htaccess进行密码保护的完整路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 通过.htaccess进行密码保护的完整路径相关的知识,希望对你有一定的参考价值。

<?php
$dir = dirname(__FILE__);
echo "<p>Full path to this dir: " . $dir . "</p>";
echo "<p>Full path to a .htpasswd file in this dir: " . $dir . "/.htpasswd" . "</p>";
?>

以上是关于php 通过.htaccess进行密码保护的完整路径的主要内容,如果未能解决你的问题,请参考以下文章

Angular和PHP .htaccess文件重定向问题

htaccess 密码保护但不在本地主机上

.htaccess密码保护

如何通过 htaccess 保护商店?

通过 htaccess 密码保护识别“apple-touch-icon”

从 .htaccess 中的密码保护中排除一个文件