From e826fc4b99679488ba6bd854a1e8f2d68529efe0 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 9 Apr 2012 00:38:47 +0000 Subject: [PATCH] fix .htaccess #18 git-svn-id: http://www.observium.org/svn/observer/trunk@2998 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/.htaccess b/html/.htaccess index 255bfcddc..b8200595a 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -2,6 +2,8 @@ Options FollowSymlinks Multiviews RewriteEngine on RewriteBase / +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php) RewriteRule ^(.*)$ index.php/$1/