From b6fb060a8d85efe355df86c52ec949be7edd76d8 Mon Sep 17 00:00:00 2001 From: Alex Weissman Date: Mon, 9 Feb 2015 12:07:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bda01ab..9da2c05 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A collection of useful .htaccess snippets, all in one place. I decided to create - [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 a Single Directory](#alias-a-single-directory) + - [Alias a Single Directory](#alias-a-single-directory) - [Redirect an Entire Site](#redirect-an-entire-site) - - [Clean URLs](#alias-clean-urls) + - [Alias Clean URLs](#alias-clean-urls) - [Security](#security) - [Deny All Access](#deny-all-access) - [Deny All Access Except Yours](#deny-all-access-except-yours)