add .htaccess for deployment

This commit is contained in:
lookshe 2025-01-12 23:54:09 +01:00
parent 3c278f76e9
commit adcc4354e8

3
.htaccess Normal file
View file

@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ mvncache.php [L]