wrong directadmin link ?

maxott

Verified User
Joined
Nov 12, 2015
Messages
11
hello, i got problem on da fresh install V 1.59.4.

i use evolution skin.

phpMyAdmin link in header is "http://domain.com:2222/phpmyadmin" and phpmyadmin not opens. it should be "http://domain.com/phpmyadmin" to work i think.

roundcube and Squirrelmail links are ok, without 2222 port

any ideas?

Thanks

pma.png
 
Last edited:
hello, i got problem on da fresh install V 1.59.4.

i use evolution skin.

phpMyAdmin link in header is "http://domain.com:2222/phpmyadmin" and phpmyadmin not opens. it should be "http://domain.com/phpmyadmin" to work i think.

roundcube and Squirrelmail links are ok, without 2222 port

any ideas?

Thanks

View attachment 2685

If you don't use single-sign-on, latest release of the skin should solve URL issue for you:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report.
 
Back
Top