InfiniaPress/InfiniaHome/master/.htaccess - Htaccess File

InfiniaPress/InfiniaHome/master/.htaccess

# Set App Root
SetEnv INFINIA_ROOT /home/cabox/workspace
# ^ This can be not private. LOL!

ErrorDocument 404 /error.php?err=404
ErrorDocument 500 /error.php?err=505
ErrorDocument 403 /error.php?err=403

php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
# Don't add a log. This is because of shared hosting
php_value error_reporting -1
php_value log_errors_max_len 0

# Force SSL (Does not seem to work on certain hosts)

On Github License

Files

Download PDF of Htaccess file

Comments

Apache