404 ERROR on PHPMyAdmin

desfire

Verified User
Joined
Sep 19, 2019
Messages
80
Since I upgraded to latest version I am getting a 404 ERROR when trying to access to PHPMyAdmin, I am using OpenLiteSpeed as webserver.
 
Hello,

try to restart OpenLiteSpeed and see whether or not it resolves the issue.
 
What URL are you trying to access?

sorry what do you mean What URL ?
i tried from directadmin control panel, i tried to rebuild phpmyadmin from custom build and reboot the server but still same problem.
user/reseller/admin i tried with all of them.
 
Okay, I think you have menu item in your mind, without single-sign-on enabled. Please try if you have the same issue in latest version of the skin:
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
 
Back
Top