How to Access PhpmyAdmin?

#1
Hi, I have installed Wordpress from 1 click DO droplet with Open Litespeed and Then upgraded to Litespeed Enterprise. I had changed my phpmyAdmin url from this: https://docs.litespeedtech.com/cloud/images/wordpress/ . I had changed it while using Open litespeed and now I have forgot the url I changed to :) . But this doc does not explain about Litespeed Enterprise. So, please guide me How to check the Url or change it again.
 

Unique_Eric

Administrator
Staff member
#2
Hi,

If you upgraded by the script, the phpmyadmin url will become phpmyadmin, e.g. www.example.com/phpmyadmin/, this part is hard coded for now.
To change it, edit /usr/local/lsws/conf/httpd.conf, and change
Alias /phpmyadmin/ /var/www/phpmyadmin/
to
Alias /custom-url/ /var/www/phpmyadmin/
on both 80 & 443 virtual host.

Hope it helps.
 
Top