Fix invalid htaccess

See https://github.com/silverstripe/recipe-core/pull/14
This commit is contained in:
Damian Mooyman 2018-04-13 14:41:20 +12:00
parent c2b64c0855
commit 478e5dc840
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
RewriteEngine On
RewriteRule .* public/%1
RewriteRule ^(.*)$ public/$1