From 9f112c2e1668c286bdbf832f6e2f4451b7d52b44 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 24 Feb 2009 16:39:19 -0500 Subject: Protected pending comics --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index b79eae1..84bfa5b 100644 --- a/.htaccess +++ b/.htaccess @@ -7,5 +7,7 @@ RewriteRule header.php / [R] RewriteRule footer.php / [R] RewriteCond %{REQUEST_FILENAME} !.png RewriteRule images/ / [R] +RewriteCond %{REQUEST_FILENAME} .png +RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] RewriteCond %{REQUEST_FILENAME} .htm RewriteRule (.+).htm /index.php?area=$1 [QSA,L] -- cgit 1.4.1