Phpmyadmin not found

insha

Verified User
Joined
Nov 11, 2019
Messages
70
After last update phpmyadmin 4.93 on my openlitespeed web server i get not found page when oppening serverhostname/phpmyadmin
I tried again to install in custombuild, not working.
What to do?
 
After last update phpmyadmin 4.93 on my openlitespeed web server i get not found page when oppening serverhostname/phpmyadmin
I tried again to install in custombuild, not working.
What to do?
Is the same happening on anydomain.com/phpMyAdmin ?
 
Is the same happening on anydomain.com/phpMyAdmin ?
Yes redirect to domain.com/phpmyadmin
Not oppening, maybe because ols, i dont know for sure, should i open ticket or send you in private my server details?
 
I have the same problem on a VPS with openlitespeed (error 404), I checked at the admin and user level
No worries about a second VPS without openlitespeed.
 
It was a permissions error in /usr/local/lsws/conf/ips.conf. Just replaced "apache" with "webapps" there and restarted OpenLiteSpeed service to fix it. Permanent fix should be added to DA pre-release binaries soon.

Thank you!
 
Pre-release binaries are now available with the fix that changes "apache" to "webapps" for /var/www/html when accessing /phpMyAdmin (or other webapps) on an IP that has not been assigned to anyone.

After getting the new binaries, run:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
John
 
Pre-release binaries are now available with the fix that changes "apache" to "webapps" for /var/www/html when accessing /phpMyAdmin (or other webapps) on an IP that has not been assigned to anyone.

After getting the new binaries, run:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
John


My PHPMyAdmin is not working, it keeps loading and loading and nothing happens. I have tried following your advice but it didn't solve the issue. I have personal license which does not qualify for ticket support. Any idea how can solve this issue?
 
Back
Top