From eee98526c48b9154cd9e9bc8bc3e07769e6a39ea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 22 Feb 2009 13:15:37 -0500 Subject: Rewrote Pillowcase NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail. --- admin/.htaccess | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 admin/.htaccess (limited to 'admin/.htaccess') diff --git a/admin/.htaccess b/admin/.htaccess deleted file mode 100755 index d590e40..0000000 --- a/admin/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !index.php -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule (.*).php /admin/index.php?file=$1 [QSA,L] -- cgit 1.4.1