and php_value turned off, added maint 403
# 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
# 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}