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/
精彩评论