diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 8738a13..8886f83 100755 --- a/.htaccess +++ b/.htaccess | |||
@@ -26,9 +26,6 @@ RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] | |||
26 | 26 | ||
27 | RewriteRule ^projects/ - [L] | 27 | RewriteRule ^projects/ - [L] |
28 | 28 | ||
29 | RewriteRule ^comic/$ /index.php?area=comic [QSA,L] | ||
30 | RewriteRule ^comic/(.+)/ /index.php?area=comic&comic=$1 [QSA,L] | ||
31 | |||
32 | RewriteCond %{REQUEST_FILENAME} !-f | 29 | RewriteCond %{REQUEST_FILENAME} !-f |
33 | RewriteCond %{REQUEST_FILENAME} !-d | 30 | RewriteCond %{REQUEST_FILENAME} !-d |
34 | RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] | 31 | RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] |