Browse Source

htaccess fix

Nathaniel van Diepen 10 năm trước cách đây
mục cha
commit
ab7258dfe5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

@@ -12,7 +12,7 @@
 	RewriteRule ^scrum-([^/]*)$ /index.php?type=scrum&id=$1 [QSA,L]
 	RewriteRule ^admin-([^/]*)$ /index.php?type=admin&id=$1 [QSA,L]
 	RewriteRule ^page-([^/]*)$ /index.php?type=template&id=$1 [QSA,L]
-	ErrorDocument 404 /page-index [L]
+	ErrorDocument 404 /page-index
 </IfModule>
 # File security
 <FilesMatch ".(bak|config|sql|fla|psd|ini|log|sh|inc|~|swp)$">