# whsca.org
# Windows -->           --> W:\whsca
# Linux   --> This file --> public_html/whsca

# BLUEHOST --> Use PHP7 Single php.ini as default
# AddHandler application/x-httpd-ea-php70 .php .html .htm
# WINDOWS ---> Use system default PHP version
#                           AddHandler application/x-httpd-php .php .html .htm

# --------------- Common ---------------
# 2017-12-08 bwh: following line should cause "500 internal server error" on all HTML pages, including Home
    #bogus bogus bogusbogusbogusbogusbogus

# File that Apache will serve if a directory is requested, read from left to right.
    DirectoryIndex index.html index.php

# Home page redirects
#    Redirect permanent /home.html   /tournreports.html
#    Redirect permanent /index.htm   /tournreports.html
#    Redirect permanent /index.html  /tournreports.html
    Redirect gone      /php.ini

    ErrorDocument 404 /404notfound.php

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php8_module>

</IfModule>
<IfModule lsapi_module>

</IfModule>
# END cPanel-generated php ini directives, do not edit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php80” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php80___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
