diff options
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] |
