From 08cb97fa6deb932c6ccb86947afb46450cc118a2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 15 Jun 2013 13:15:13 -0500 Subject: [PATCH] Tweak .htaccess. --- public/.htaccess | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 1285c511..cf675fba 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,7 +1,8 @@ - Options -MultiViews - RewriteEngine On + Options -MultiViews + RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] \ No newline at end of file