From 6cab8a0c5635f3d53e5fb70f9e3581c356a18578 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Fri, 16 May 2014 10:01:50 +1000 Subject: [PATCH] Add helpful RewriteBase comment to .htaccess --- .htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a18974474..c783fea3b 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,12 @@ RewriteEngine On - RewriteBase / + + ## + ## You may need to uncomment the following line for some hosting environments, + ## if you have installed to a subdirectory, enter the name here also. + ## + # RewriteBase / ## ## Handle resource requests