add production mods
This commit is contained in:
7
web/.htaccess-prod
Normal file
7
web/.htaccess-prod
Normal file
@@ -0,0 +1,7 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{THE_REQUEST} ^(GET|HEAD)\ /web/
|
||||
RewriteRule ^(.*)$ /$1 [L,R=301]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ app.php [QSA,L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user