From a7b6d8c399b26a593b13d264ded8f4dfc72051f7 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sat, 23 Jan 2010 21:00:13 -0500 Subject: [PATCH] Add an .htaccess for the horde core directory that restores the rampage.php rewrite rules, and allows web access to this dir. --- horde/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 horde/.htaccess diff --git a/horde/.htaccess b/horde/.htaccess new file mode 100644 index 000000000..2e7c06396 --- /dev/null +++ b/horde/.htaccess @@ -0,0 +1,8 @@ +allow from all + + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ rampage.php [QSA,L] + -- 2.11.0