Commit c5826fdf authored by Philippe Bourdin's avatar Philippe Bourdin Committed by GitHub

The general case is that 'app' may be located anywhere, accessible through an Alias.

parent af928237
...@@ -44,10 +44,11 @@ Or if you're using a VirtualHost, you can add the same directive to the VirtualH ...@@ -44,10 +44,11 @@ Or if you're using a VirtualHost, you can add the same directive to the VirtualH
<VirtualHost *:80> <VirtualHost *:80>
# other directives # other directives
<Directory /var/www/domain.com/> Alias /app/ /path/to/app/
<Directory /path/to/app>
# other directives # other directives
FallbackResource /index.php FallbackResource /app/index.php
</Directory> </Directory>
</VirtualHost> </VirtualHost>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment