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
13 hours 59 min ago
16 hours 55 min ago
18 hours 9 min ago
19 hours 32 min ago
21 hours 10 min ago
22 hours 39 min ago
23 hours 53 min ago
1 day 15 hours ago
1 day 16 hours ago
1 day 20 hours ago