BUG Fix routing error for public assets

Port of https://github.com/silverstripe/recipe-core/pull/14 to installer
This commit is contained in:
Damian Mooyman 2018-02-07 13:57:17 +13:00 committed by GitHub
parent a892272cc5
commit b060892992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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