Application outside document root in Apache/CentOS
        Posted  
        
            by 
                liz
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by liz
        
        
        
        Published on 2014-08-20T22:03:28Z
        Indexed on 
            2014/08/20
            22:21 UTC
        
        
        Read the original article
        Hit count: 314
        
I have a PHP application running in Apache on CentOS 6. The document root is pointed to a specific app folder:
/var/www/my-project/app
I'm trying to get phpMyAdmin running on the same server but I don't want to put it in the application folder. Instead I'd like to put it here
/var/www/apps/phpmyadmin
I'm using a sub domain for the server. What's the easiest way for me to get access to phpMyAdmin? Another subdomain? sub subdomain? Re-direct a folder?
© Server Fault or respective owner