Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / example_apps / shared_calendar / .htaccess
1 # Uncomment the following to prevent the httpoxy vulnerability
2 # See: https://httpoxy.org/
3 #<IfModule mod_headers.c>
4 #    RequestHeader unset Proxy
5 #</IfModule>
6
7 <IfModule mod_rewrite.c>
8     RewriteEngine on
9     RewriteRule    ^$    webroot/    [L]
10     RewriteRule    (.*) webroot/$1    [L]
11 </IfModule>