Skip to content

Commit

Permalink
Minor spelling. Or is it grammar?
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Aug 21, 2015
1 parent 68334b7 commit 1e86578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ What we are doing here is mostly collecting useful snippets from all over the in
- [Remove Trailing Slash](#remove-trailing-slash)
- [Remove Trailing Slash from Arbitrary Paths](#remove-trailing-slash-from-arbitrary-paths)
- [Redirect a Single Page](#redirect-a-single-page)
- [Redirect using RedirectMatch](#redirect-using-redirectmatch)
- [Redirect Using RedirectMatch](#redirect-using-redirectmatch)
- [Alias a Single Directory](#alias-a-single-directory)
- [Alias Paths to Script](#alias-paths-to-script)
- [Redirect an Entire Site](#redirect-an-entire-site)
Expand Down Expand Up @@ -138,7 +138,7 @@ Redirect 301 /oldpage2.html http://www.example.com/folder/
```
[Source](http://css-tricks.com/snippets/htaccess/301-redirects/)

### Redirect using RedirectMatch
### Redirect Using RedirectMatch
``` apacheconf
RedirectMatch 301 /subdirectory(.*) http://www.newsite.com/newfolder/$1
RedirectMatch 301 ^/(.*).htm$ /$1.html
Expand Down

0 comments on commit 1e86578

Please sign in to comment.