-
#######################################
-
# APACHE CONFIGURATION FILE BEGINNING #
-
#######################################
-
-
#****************************************************+
-
# Enable this, but some google bots get an 406 error *
-
#****************************************************+
-
-
#Options MultiViews
-
-
#*********************************************+
-
# Alternative to above and googlebot is happy *
-
#*********************************************+
-
-
#Options -Multiviews
-
#RewriteEngine On
-
#RewriteBase /
-
#RewriteRule ^quatrux/(.*) /quatrux.php/$1
-
#RewriteRule ^quatrux$ /quatrux.php
-
-
#******************************************************+
-
# Manage Index Options *
-
# you can also include HEADER.html *
-
# and README.html files *
-
#******************************************************+
-
-
#IndexOptions FancyIndexing SuppressHTMLPreamble DescriptionWidth=*
-
#AddDescription "JPG File" *.jpg
-
#AddDescription "GIF File" *.gif
-
-
#****************************+
-
# Add new Extensions for PHP *
-
#****************************+
-
-
AddType application/x-httpd-php .q .do
-
-
#*************************************************+
-
# Default Extension for Files having no Extension *
-
#*************************************************+
-
-
# DefaultType application/x-httpd-php
-
-
#************************+
-
# Default Index Settings *
-
#************************+
-
-
DirectoryIndex index.html index.php
-
IndexIgnore *
-
-
#******************************************************+
-
# Change default PHP.ini Settings *
-
# Not all Options are allowed to be changed *
-
# www.php.net/manual/en/ *
-
#******************************************************+
-
-
#===========================\
-
# ASP TAGS on/off (Boolean) +
-
#===========================/
-
php_flag asp_tags off
-
#=================================\
-
# SHORT OPEN TAG on/off (Boolean) +
-
#=================================/
-
#php_flag short_open_tag off
-
#===================================\
-
# REGISTER GLOBALS on/off (Boolean) +
-
#===================================/
-
php_flag register_globals off
-
#========================================\
-
# SESSION USE TRANS SID on/off (Boolean) +
-
#========================================/
-
php_flag session.use_trans_sid off
-
#===================================\
-
# MAGIC QUOTES GPC on/off (Boolean) +
-
#===================================/
-
#php_flag magic_quotes_gpc off
-
#=======================================\
-
# MAGIC QUOTES RUNTIME on/off (Boolean) +
-
#=======================================/
-
#php_flag magic_quotes_runtime off
-
-
#==============================================\
-
# MAX EXECUTION TIME time in seconds (Integer) +
-
#==============================================/
-
php_value max_execution_time "10"
-
#=====================================\
-
# ARG SEPERATOR OUTPUT value (String) +
-
#=====================================/
-
php_value arg_separator.output "&"
-
#=============================\
-
# URL REWRITER value (String) +
-
#=============================/
-
php_value url_rewriter.tags "frame=src"
-
#=============================\
-
# INCLUDE PATH value (String) +
-
#=============================/
-
#php_value include_path ".:/home/user/public_html/includes/"
-
#===========================\
-
# USER AGENT value (String) +
-
#===========================/
-
php_value user_agent "Opera/8.51 (Windows NT 5.1; U; en)"
-
#====================================\
-
# UPLOAD MAX FILESIZE size (Integer) +
-
#====================================/
-
php_value upload_max_filesize 8M
-
#==================================\
-
# Error Reporting number (Integer) +
-
#==================================/
-
php_value error_reporting 2047
-
-
#******************************************************+
-
# Error Documents Handler *
-
# Custom Error Documents are generated by PHP *
-
# Valid HTML META and HEADERS are Send *
-
#******************************************************+
-
-
ErrorDocument 400 /e.do?error=400
-
ErrorDocument 401 /e.do?error=401
-
ErrorDocument 402 /e.do?error=402
-
ErrorDocument 403 /e.do?error=403
-
ErrorDocument 404 /e.do?error=404
-
ErrorDocument 405 /e.do?error=405
-
ErrorDocument 406 /e.do?error=406
-
ErrorDocument 407 /e.do?error=407
-
ErrorDocument 408 /e.do?error=408
-
ErrorDocument 409 /e.do?error=409
-
ErrorDocument 410 /e.do?error=410
-
ErrorDocument 411 /e.do?error=411
-
ErrorDocument 412 /e.do?error=412
-
ErrorDocument 413 /e.do?error=413
-
ErrorDocument 414 /e.do?error=414
-
ErrorDocument 415 /e.do?error=415
-
ErrorDocument 416 /e.do?error=416
-
ErrorDocument 417 /e.do?error=417
-
ErrorDocument 500 /e.do?error=500
-
ErrorDocument 501 /e.do?error=501
-
ErrorDocument 502 /e.do?error=502
-
ErrorDocument 503 /e.do?error=503
-
ErrorDocument 504 /e.do?error=504
-
ErrorDocument 505 /e.do?error=505
-
-
####################################
-
# APACHE CONFIGURATION FILE ENDING #
-
####################################