This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/.htaccess
2005-07-28 22:39:16 +00:00

15 lines
342 B
ApacheConf

# 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
# Modify the PHP configuration (global vars, etc.)
php_value register_globals 0
php_value short_open_tag 0
php_value register_long_arrays 0
php_value magic_quotes_gpc 0