I installed it using XAMPP
And I want to change the phpmyadmin's URL
default: 127.0.0.1/phpmyadmin and I want to change it to 127.0.0.1/myownlink
It's not hard
just open this file
C:\xampp\apache\conf\extra\httpd-xampp.confIn line 99
Alias /phpmyadmin "C:/xampp/phpMyAdmin/"Change it to
Alias /myownlink "C:/xampp/phpMyAdmin/"
And don't forget to restart your apache in XAMPP
Done
Thanks a lot, works great!
ReplyDeleteyou welcome, nice
DeleteThanks Alot.
ReplyDeleteyou welcome
DeleteMany Thanks. I was looking for that for a day!
ReplyDeleteyou welcome
Deleteyeah I remembered how happy I am when I found it
Thanks for this tips, how to do this also in lampp?
ReplyDeleteshould be the same
Deleteif you are in linux, the configuration you need to change is /etc/phpmyadmin/apache.conf
you can find the setting there
thanks bro, you are hero
ReplyDeleteWorks just great, thanks a lot!
ReplyDelete