dustinkirkland/zescrow/master/www/.htaccess - Htaccess File

dustinkirkland/zescrow/master/www/.htaccess

ErrorDocument 404 /not-found/index.html
AddType application/x-httpd-php .php .html
AddType application/xrds+xml .xrdf
RewriteEngine On

RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
HTTPS, SERVER_NAME

Comments

Apache