diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-24 16:39:19 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-24 16:39:19 -0500 |
commit | 9f112c2e1668c286bdbf832f6e2f4451b7d52b44 (patch) | |
tree | 9a08348d0f79167da756d215ac759141f94d3d38 /.htaccess | |
parent | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (diff) | |
download | pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.gz pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.tar.bz2 pillowcase-9f112c2e1668c286bdbf832f6e2f4451b7d52b44.zip |
Protected pending comics
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index b79eae1..84bfa5b 100644 --- a/.htaccess +++ b/.htaccess | |||
@@ -7,5 +7,7 @@ RewriteRule header.php / [R] | |||
7 | RewriteRule footer.php / [R] | 7 | RewriteRule footer.php / [R] |
8 | RewriteCond %{REQUEST_FILENAME} !.png | 8 | RewriteCond %{REQUEST_FILENAME} !.png |
9 | RewriteRule images/ / [R] | 9 | RewriteRule images/ / [R] |
10 | RewriteCond %{REQUEST_FILENAME} .png | ||
11 | RewriteRule images/comics/(.+).png /comic.php?id=$1 [L] | ||
10 | RewriteCond %{REQUEST_FILENAME} .htm | 12 | RewriteCond %{REQUEST_FILENAME} .htm |
11 | RewriteRule (.+).htm /index.php?area=$1 [QSA,L] | 13 | RewriteRule (.+).htm /index.php?area=$1 [QSA,L] |