From 63fe358d52fc1d98b6ef5fb5cd4a9a02d593706c Mon Sep 17 00:00:00 2001 From: Brian Muita Date: Thu, 2 Feb 2012 16:45:54 +0300 Subject: [PATCH] Restored RewriteBase in the .htacess This file should go into the git ignore --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 1801debe..53b8ccbb 100755 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,9 @@ # Turn on URL rewriting RewriteEngine On +# Installation directory +RewriteBase / + # Protect hidden files from being viewed Order Deny,Allow