Short link in PhpMyAdmin

A

Anonymous

Guest
Hi,

you could install PHPMyAdmin in an alternate directory, and add this to httpd.conf:
Alias /phpmyadmin /path/to/thenew/install/

Then any domain can access phpmyadmin directly via domain.com/phpmyadmin

Thanks
 
Back
Top