]> git.mjollnir.org Git - s9y.git/commitdiff
slight change to htaccess template. exorsus has directory index
authorPenny Leach <mjollnir@titania.local>
Mon, 29 May 2006 09:33:41 +0000 (21:33 +1200)
committerPenny Leach <mjollnir@titania.local>
Mon, 29 May 2006 09:33:41 +0000 (21:33 +1200)
and php_value turned off, added maint 403

.htaccess
include/tpl/htaccess_rewrite.tpl

index 4a07b272624d1b53efcfbc2ad176d3c1ebc3a9c0..5664eff91fd5bb83e9385c1d6736cecfd56a7728 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
 # BEGIN s9y
 ErrorDocument 404 /index.php
+ErrorDocument 403 /maint.txt
 DirectoryIndex /index.php
 php_value session.use_trans_sid 0
 php_value register_globals off
index 0fb2b7b9ed9efbd226171ca8df81f9e9e2d7bdb6..dd4d4926a1cb91b81c9be35ff0f51550b8fabec9 100644 (file)
@@ -1,8 +1,9 @@
 # BEGIN s9y
 ErrorDocument 404 {PREFIX}{indexFile}
-DirectoryIndex {PREFIX}{indexFile}
-php_value session.use_trans_sid 0
-php_value register_globals off
+ErrorDocument 403 {PREFIX}maint.txt
+# DirectoryIndex {PREFIX}{indexFile}
+# php_value session.use_trans_sid 0
+# php_value register_globals off
 
 RewriteEngine On
 RewriteBase {PREFIX}