Hi Tef, I found a solution try this:
Go to :/var/www/ispconfig/sites/database_phpmyadmin.php
The last if replace for this code:
if($global_config['phpmyadmin_url'] != '') {
header('Location:'.$global_config['phpmyadmin_url']);
} else {
isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http';
header('location:/phpmyadmin');
}
exit;
?>
===========================================
After put the original phpconfig.conf on:
/etc/apache2/conf.d/phpmyadmin.conf
If you need the original file please say to me.
and after them restart apache:
/etc/init.d/apache2 restart
For me work, I hope can work for you, if not i see on other forums, that if you try reconfigure phpmyadmin can be solved, but first try this better
Greetens!
Recent comments
4 hours 39 min ago
14 hours 7 min ago
14 hours 56 min ago
18 hours 30 min ago
22 hours 54 min ago
23 hours 15 min ago
1 day 1 hour ago
1 day 11 hours ago
1 day 16 hours ago
1 day 17 hours ago