PhpMyadmin button wrong url, how fix?

Снимок экрана от 2023-07-31 15-42-38

hostname hst.site.com
Button URL   NOT WORK : https://hst.mysite.com/phpmyadmin/  
work URL          WORK: https://mysite.com/phpmyadmin/     

Hestia CP work url https://hst.mysite.com:8083
add DB worl https://hst.mysite.com:8083/add/db/

hosts
127.0.0.1 hst.mysite.com

I fix here, and work fine
nano /usr/local/hestia/web/templates/pages/list_db.php
<a class=“button button-secondary <?= ipUsed() ? "button-suspended" : "" ?>” href=“https://mysite.com/phpmyadmin/” target=“_blank”>
after update it lost?

Make sure hst.mysite.com is added as web site and it should work fine

Any custom changes are updates are overwritten this is how the update work you can use

To recreate them after update.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.