init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
14
web/.htaccess
Normal file
14
web/.htaccess
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
Options +FollowSymlinks
|
||||
RewriteEngine On
|
||||
|
||||
# Explicitly disable rewriting for front controllers
|
||||
RewriteRule ^app_dev.php - [L]
|
||||
RewriteRule ^app.php - [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
||||
# Change below before deploying to production
|
||||
#RewriteRule ^(.*)$ /app.php [QSA,L]
|
||||
RewriteRule ^(.*)$ /app_dev.php [QSA,L]
|
||||
</IfModule>
|
||||
Loading…
Add table
Add a link
Reference in a new issue