开发者

PhpMyAdmin redirection

开发者 https://www.devze.com 2023-02-12 06:24 出处:网络
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/phpmya开发者_Go百科dmin, it redirects. Where is this redirection

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/phpmya开发者_Go百科dmin, it redirects. Where is this redirection happening?


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:

dpkg -L phpmyadmin


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消