summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-06-17 15:04:14 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2009-06-17 15:04:14 -0400
commitd87d85235d2fa2a3e2bc97344377fcc37f88fa9c (patch)
treed83ecd86dc8abecccae6674a7bf6daa0e3454368 /.htaccess
parent223b7f80580a992d79251215a2de4eedcc69736c (diff)
downloadpillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.gz
pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.bz2
pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.zip
Added season information to archives
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 84bfa5b..317cda7 100755 --- a/.htaccess +++ b/.htaccess
@@ -10,4 +10,6 @@ RewriteRule images/ / [R]
10RewriteCond %{REQUEST_FILENAME} .png 10RewriteCond %{REQUEST_FILENAME} .png
11RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] 11RewriteRule images/comics/(.+).png /comic.php?id=$1 [L]
12RewriteCond %{REQUEST_FILENAME} .htm 12RewriteCond %{REQUEST_FILENAME} .htm
13RewriteRule season(.+).htm /index.php?area=season&season=$1 [QSA,L]
14RewriteCond %{REQUEST_FILENAME} .htm
13RewriteRule (.+).htm /index.php?area=$1 [QSA,L] 15RewriteRule (.+).htm /index.php?area=$1 [QSA,L]