update path to php file
This commit is contained in:
parent
c359eeef3a
commit
410e0054fe
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^.*$ mvncache.php [L]
|
RewriteRule ^.*$ src/mvncache.php [L]
|
||||||
|
|
Loading…
Reference in a new issue