isp3 fed 10 phpmyadmin 403

Discussion in 'Installation/Configuration' started by chief, Feb 13, 2010.

  1. chief

    chief Member HowtoForge Supporter

    Hi and help

    I have installed ispconfig 3 on fedora 10 with no probs.

    I try and access http://ip.add.re.ess:8080/phpmyadmin and i get a 403 error, :8080/phpMyAdmin 403 as well and by name http://name.net:8080/phpmyadmin

    which ever way i try and access phpmyadmin it wont let me.
    I did # out in phpmyadmin.conf the /share and restart it.

    I am logged in as admin in ispconfig, am i right in thinking that it should prompt me for a new login when it works properly..

    I have also made a sym link /var/www/phpmyadmin and this does not work...

    help please

    dave
     
  2. chief

    chief Member HowtoForge Supporter

    fixed it phpmyadmin 403 error

    the problem i found here with fedora 10 was to do with the /etc/httpd/conf/sites-enabled/000-ispconfig.conf

    It lists phpmyadmin like this:

    # Except of the following directories that contain website scripts
    <Directory /usr/share/phpmymdmin>
    Order allow,deny
    Allow from all
    </Directory>

    But it ahould be this:

    # Except of the following directories that contain website scripts
    <Directory /usr/share/phpMyAdmin>
    Order allow,deny
    Allow from all
    </Directory>

    Make phpmyadmin phpMyAdmin and it worked. sorted

    dave
     

Share This Page