# A "bare-bones" .htaccess file, by David Gibson # 02-Jan-2020 for BCRA subdomain migrations # Default home page # ----------------- DirectoryIndex index.shtml index.html index.htm index.php # Disallow browsing of directories # -------------------------------- Options -Indexes # Configure error documents # ------------------------- ErrorDocument 401 default ErrorDocument 403 default ErrorDocument 404 default ErrorDocument 500 default # Set the PHP version to 7.2 # -------------------------------------------------------------------------- # The site default is currently PHP 5.6, but you can set a different version here. # See the notes in migration.html on the use of cPanel's "MultiPHP manager". AddHandler application/x-httpd-ea-php72 .php .php7 .phtml