From 478e5dc84021d45e9abc06747ab81e98d8062b89 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 13 Apr 2018 14:41:20 +1200 Subject: [PATCH] Fix invalid htaccess See https://github.com/silverstripe/recipe-core/pull/14 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index fdecdd0..adbd7c8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,2 @@ RewriteEngine On -RewriteRule .* public/%1 +RewriteRule ^(.*)$ public/$1