From 36014020e5a5ffbd0bd30f91e1fc797ccc99160c Mon Sep 17 00:00:00 2001 From: printempw Date: Mon, 2 Jan 2017 00:21:15 +0800 Subject: [PATCH] add RewriteBase to .htaccess --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 90dd11bc..e1c46f57 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,7 @@ RewriteEngine On +RewriteBase / + RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d