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. --- .htaccess | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index b09d5dc..b79eae1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,11 @@ RewriteEngine On -RewriteRule comic([0-9]+).htm /index.php?id=$1 [QSA,L] -RewriteRule scripts/ / [R] +RewriteRule comic([0-9]+).htm /index.php?area=comic&id=$1 [QSA,L] +RewriteRule pages/ / [R] +RewriteRule includes/ / [R] RewriteRule config.php / [R] RewriteRule header.php / [R] RewriteRule footer.php / [R] RewriteCond %{REQUEST_FILENAME} !.png RewriteRule images/ / [R] RewriteCond %{REQUEST_FILENAME} .htm -RewriteRule (.+).htm $1.php [QSA] +RewriteRule (.+).htm /index.php?area=$1 [QSA,L] -- cgit 1.4.1