diff --git a/README.md b/README.md index 22969d9..06d73c1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A collection of useful .htaccess snippets, all in one place. I decided to create - [Force www in a Generic Way](#force-www-in-a-generic-way) - [Force non-www](#force-non-www) - [Force HTTPS](#force-https) - - [Force HTTPS Behind Proxy](#force-https-behind-proxy) + - [Force HTTPS Behind a Proxy](#force-https-behind-a-proxy) - [Force Trailing Slash](#force-trailing-slash) - [Redirect a Single Page](#redirect-a-single-page) - [Redirect an Entire Site](#redirect-an-entire-site) @@ -70,7 +70,7 @@ RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} ``` -### Force HTTPS Behind Proxy +### Force HTTPS Behind a Proxy Useful if you have a proxy in front of your server performing TLS termination. ``` apacheconf RewriteCond %{HTTP:X-Forwarded-Proto} !https