Hi, I've read lot of posts, and follow this tutorial : perfect server under Ubuntu 16.10 But when i try to access to my phpmyadmin : [urlofmyserver]:8080/phpmyadmin i've a 404 error. ls -la /var/www/ give : total 32 drwxr-xr-x 8 root root 4096 May 16 15:01 . drwxr-xr-x 15 root root 4096 May 17 00:01 .. drwxr-xr-x 2 ispapps ispapps 4096 May 16 14:18 apps drwxr-xr-x 3 root root 4096 May 16 15:01 clients drwxr-xr-x 2 root root 4096 May 16 15:01 conf drwxr-xr-x 2 root root 4096 May 16 13:54 html lrwxrwxrwx 1 root root 34 May 16 14:20 ispconfig -> /usr/local/ispconfig/interface/web drwxr-xr-x 4 root root 4096 May 16 14:20 php-fcgi-scripts lrwxrwxrwx 1 root root 30 May 16 15:01 sttanding.com -> /var/www/clients/client1/web1/ drwxr-xr-x 2 root root 4096 May 18 06:25 webalizer And ls -la /etc/apache2/conf.d/ give : ls: cannot access '/etc/apache2/conf.d/': No such file or directory Can you help me ?
I've try dpkg-reconfigure phpmyadmin with OK -> No - Apache2 i've this : Determining localhost credentials from /etc/mysql/debian.cnf: succeeded. dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf Replacing config file /etc/dbconfig-common/phpmyadmin.conf with new version Replacing config file /etc/phpmyadmin/config-db.php with new version dbconfig-common: flushing administrative password But doesn't work always... 404 error
I've resolve with use space bar in phpmyadmin install but i've a problem with phpmyadmin display page
Your issues are not related to ispconfig at all, you have an issue with the phpmyadmin package from Ubuntu and you have chosen to use a beta version for your installation and not a stable release.
Btw. I just did a test install with that tutorial (copy / paste of all commands) and it works fine here, I can access phpmyadmin without problems. You should ensure that you really selected apache 2 during phpmyadmin installation (if you missed that, rerun the configuration of phpmyadmin with dpkg-reconfigure) and that you have the php-gettext package installed (which gets installed in chapter 8), without that package, you get an 500 error in phpmyadmin.