add .htaccess for deployment
This commit is contained in:
parent
3c278f76e9
commit
adcc4354e8
1 changed files with 3 additions and 0 deletions
3
.htaccess
Normal file
3
.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^.*$ mvncache.php [L]
|
Loading…
Reference in a new issue