Run cakephp app in apache alias
问题 I'm trying to deploy a cakephp 3.1 app in a apache 2.4 powered server. My boss would like to place the app in a directory different of server's documentroot ( DocumentRoot "/var/www/html" in my httpd.conf file), since multiple webapps will be served by this server. Instead of virtualhosts, he would like to use aliases (host/app1, host/app2 etc). So I'm trying to configure it this way. I put an alias to my cake app ( Alias "/scqa" "/opt/scqa/webroot" in my httpd.conf file) and wrote a