Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在运行安装了 phpMyAdmin 的 Ubuntu Server。
我的问题是...
如何拒绝来自 domain.com/phpmyadmin 的访问,但允许在 sub.domain.com/phpmyadmin 上访问?
非常感谢!
根据我使用 Debian 的经验,我设置了一个指向不在 html 目录中的 phpmyadmin 目录的软链接 (ln)。如果您在安装中使用虚拟域,则 example.domain.com 应该具有与 domain.com 不同的 DocumentRoot。如果您将两个域都指向同一个 DocumentRoot,那么两者都可以访问指向 phpmyadmin 的链接。
希望读起来像我想的那样。