If you want to change this default url, you can use the following procedure:
- Open the apache.conf file, this file is located in /etc/phpmyadmin (for many Linux servers).
By default, this file looks like:
# phpMyAdmin default Apache configuration
Alias /phpmyadmin /usr/share/phpmyadmin
- Edit the file apache.conf by changing the alias
# phpMyAdmin default Apache configuration
Alias /urlsecret /usr/share/phpmyadmin
- Restart the apache service:
sudo /etc/init.d/apache2 restart
No comments:
Post a Comment