Added missing non-versioned files

This commit is contained in:
root 2014-08-03 13:45:53 +02:00
parent 3db3777c8d
commit b8f82da6f8
3 changed files with 48 additions and 0 deletions

5
.htaccess Normal file
View file

@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>