diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 15:04:14 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 15:04:14 -0400 |
commit | d87d85235d2fa2a3e2bc97344377fcc37f88fa9c (patch) | |
tree | d83ecd86dc8abecccae6674a7bf6daa0e3454368 /.htaccess | |
parent | 223b7f80580a992d79251215a2de4eedcc69736c (diff) | |
download | pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.gz pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.bz2 pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.zip |
Added season information to archives
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 2 |
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] | |||
10 | RewriteCond %{REQUEST_FILENAME} .png | 10 | RewriteCond %{REQUEST_FILENAME} .png |
11 | RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] | 11 | RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] |
12 | RewriteCond %{REQUEST_FILENAME} .htm | 12 | RewriteCond %{REQUEST_FILENAME} .htm |
13 | RewriteRule season(.+).htm /index.php?area=season&season=$1 [QSA,L] | ||
14 | RewriteCond %{REQUEST_FILENAME} .htm | ||
13 | RewriteRule (.+).htm /index.php?area=$1 [QSA,L] | 15 | RewriteRule (.+).htm /index.php?area=$1 [QSA,L] |