Application outside document root in Apache/CentOS
- by liz
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?