summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
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]
7RewriteRule footer.php / [R] 7RewriteRule footer.php / [R]
8RewriteCond %{REQUEST_FILENAME} !.png 8RewriteCond %{REQUEST_FILENAME} !.png
9RewriteRule images/ / [R] 9RewriteRule images/ / [R]
10RewriteCond %{REQUEST_FILENAME} .png
11RewriteRule images/comics/(.+).png /comic.php?id=$1 [L]
10RewriteCond %{REQUEST_FILENAME} .htm 12RewriteCond %{REQUEST_FILENAME} .htm
11RewriteRule (.+).htm /index.php?area=$1 [QSA,L] 13RewriteRule (.+).htm /index.php?area=$1 [QSA,L]