PhpMyAdmin 重定向
我在 ubuntu 上使用 apt-get 命令安装了 phpmyadmin。 我没有看到任何名为 phpmyadmin 的本地文件夹,但是当我访问 domain.tld/phpmyadmin 时,它会重定向。这个重定向发生在哪里?
I installed phpmyadmin using the apt-get command on ubuntu.
I don't see any local folder named phpmyadmin, but when I visit domain.tld/phpmyadmin, it redirects. Where is this redirection happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重定向在 /etc/apache2/conf.d/phpmyadmin.conf 中配置,并且 phpmyadmin 目录本身位于 /var/lib 目录中。
您还可以通过以下方式检查所有包文件:
Redirection is configured in /etc/apache2/conf.d/phpmyadmin.conf and phpmyadmin directoriy itself resides in /var/lib directory.
You can also check all package files by:
我已经看到 phpmyadmin 的 apt-get 版本实际上将 phmyadmin 的映射添加到了已启用网站的配置中。
查看/etc/apache2/sites-enabled/
I have seen the apt-get version of phpmyadmin actually adding the mapping of phmyadmin to the configuration for the enabled websites.
Check out /etc/apache2/sites-enabled/