muffinresearch/fxpay-inapp-demo/master/public/.htaccess - Htaccess File

muffinresearch/fxpay-inapp-demo/master/public/.htaccess

php_flag engine off

<IfModule mod_autoindex.c>
  Options -Indexes
</IfModule>

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Header set Strict-Transport-Security "max-age=8640000;includeSubdomains"

AddType application/x-web-app-manifest+json .webapp

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI, SERVER_PORT

Comments

Apache