From: Chuck Hagenbuch Date: Sun, 24 Jan 2010 02:00:13 +0000 (-0500) Subject: Add an .htaccess for the horde core directory that restores the rampage.php X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a7b6d8c399b26a593b13d264ded8f4dfc72051f7;p=horde.git Add an .htaccess for the horde core directory that restores the rampage.php rewrite rules, and allows web access to this dir. --- 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] +