summary refs log tree commit diff stats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess3
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
27RewriteRule ^projects/ - [L] 27RewriteRule ^projects/ - [L]
28 28
29RewriteRule ^comic/$ /index.php?area=comic [QSA,L]
30RewriteRule ^comic/(.+)/ /index.php?area=comic&comic=$1 [QSA,L]
31
32RewriteCond %{REQUEST_FILENAME} !-f 29RewriteCond %{REQUEST_FILENAME} !-f
33RewriteCond %{REQUEST_FILENAME} !-d 30RewriteCond %{REQUEST_FILENAME} !-d
34RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] 31RewriteRule ^(.+).php /index.php?area=$1 [QSA,L]