From 695b195432214fc705d8a1d95ab2efa47ee5d39e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 8 Sep 2008 01:53:56 +0000 Subject: [PATCH] modified .htaccess git-svn-id: svn://anubis/tipman@3 ce01c143-e732-0410-ac0e-c064f6e6c7ef --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 7da11e3..b82236e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,5 @@ -DirectoryIndex login.php index.html +RewriteEngine on +RewriteRule ^$ login.php [L] Order allow,deny