turn off globals for this website

set some other nice .htaccess defaults
This commit is contained in:
Jeremy Newman
2004-12-13 04:16:54 +00:00
parent dca5a408cb
commit 0f8ba92684

12
.htaccess Normal file
View File

@@ -0,0 +1,12 @@
# default permissions
allow from all
# Set Our Default Directory Index
DirectoryIndex index.php
# 404 not found document
ErrorDocument 404 http://www.winehq.org/site/404
# Tell PHP how we want to handle global vars
php_value register_globals 0