When a normal user logs in to ISPConfig and goes to the databases-tab and then launches phpmyadmin, the result is a blank page.
The url that is opened is
http://webserver.jocan.local:8080/si...admin.php?id=1
but this url resolves to
http://webserver.jocan.local/phpmyadmin/ and shows a blank page...
Code:
[root@webserver ~]# service mysqld status
mysqld (pid 31663) is running...
[root@webserver ~]# service httpd status
httpd (pid 32018) is running...
Code:
[root@webserver ~]# cat /etc/httpd/conf.d/phpmyadmin.conf
#
# Web application to manage MySQL
#
#<Directory "/usr/share/phpmyadmin">
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#</Directory>
Alias /phpmyadmin /usr/share/phpmyadmin
Alias /phpMyAdmin /usr/share/phpmyadmin
Alias /mysqladmin /usr/share/phpmyadmin
Followed
this guide.
Recent comments
16 hours 28 min ago
17 hours 28 min ago
21 hours 15 min ago
22 hours 29 min ago
1 day 2 hours ago
1 day 9 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 13 hours ago