From d87d85235d2fa2a3e2bc97344377fcc37f88fa9c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 17 Jun 2009 15:04:14 -0400 Subject: Added season information to archives --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 84bfa5b..317cda7 100755 --- a/.htaccess +++ b/.htaccess @@ -10,4 +10,6 @@ RewriteRule images/ / [R] RewriteCond %{REQUEST_FILENAME} .png RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] RewriteCond %{REQUEST_FILENAME} .htm +RewriteRule season(.+).htm /index.php?area=season&season=$1 [QSA,L] +RewriteCond %{REQUEST_FILENAME} .htm RewriteRule (.+).htm /index.php?area=$1 [QSA,L] -- cgit 1.4.1