Commit ada86ae0 authored by Fabien Potencier's avatar Fabien Potencier

minor #1543 The general case is that 'app' may be located anywhere, accessible...

minor #1543 The general case is that 'app' may be located anywhere, accessible through an Alias. (PABourdin)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

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

Commits
-------

c5826fdf The general case is that 'app' may be located anywhere, accessible through an Alias.
parents 9a9c08b3 c5826fdf
...@@ -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