PhpMyAdmin on my domain address

Discussion in 'Installation/Configuration' started by lucani, Nov 29, 2009.

  1. lucani

    lucani Member HowtoForge Supporter

    Hello!

    What I have to do to disable access to global ISPConfig PhpMyAdmin through address : www.mydomain.com/phpmyadmin ? I use Fast CGI, do you need any other informations about my config?
     
  2. damir

    damir New Member

    On Debian type:

    apt-get --purge remove phpmyadmin

    this will remove global phpmyadmin..
     
  3. lucani

    lucani Member HowtoForge Supporter

    I want have this global phpmyadmin, but only on address mywebserver.com/phpmyadmin (my host), not on site1.com/phpmyadmin, site2.com/phpmyadmin, etc. (client's sites)
     
  4. damir

    damir New Member

    Than you should remove global phpmyadmin and install phpmyadmin just for your site.
     
  5. lucani

    lucani Member HowtoForge Supporter

    So this is absolutely normal, that on every client's site I can open "virtual catalog" with global phpmyadmin ?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    As damir said, create a new website and install phpmyadmin in it if you want that phpmyadmin is only accessible trough this site. If you instal the phpmyadmin pacake of the linux distribution, then an alias is used which means that phpmyadmin can be accessed on every site. So thats all absolutely normal.
     
  7. lucani

    lucani Member HowtoForge Supporter

    Ok, I understand, Thx
     

Share This Page