A Digital Life

My Notebook

View My GitHub Profile

  • About
  • 24 May 2011

    Change Default URL for PhpMyAdmin

    by kerner1000


    PhpMyAdmin is reachable via yourhost.address/phpmyadmin per default. This is certainly not optimal in terms of security.

    Change

    /etc/phpmyadmin/
    

    from

    Alias /phpmyadmin /usr/share/phpmyadmin
    

    to something like

    Alias /secreturl /usr/share/phpmyadmin
    

    After that, reload apache configuration.

    /etc/init.d/apache2 reload
    
    tags: