Skip to content

Commit

Permalink
Fixed directory redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Apr 6, 2015
1 parent 0d0aaf0 commit c77fcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Redirect 301 /oldpage2.html http://www.example.com/folder/
### Alias a Single Directory
``` apacheconf
RewriteEngine On
RewriteRule ^source-directory/(.*) target-directory/$1
RewriteRule ^source-directory/(.*) /target-directory/$1 [R=301,L]
```

### Alias Paths To Script
Expand Down

0 comments on commit c77fcab

Please sign in to comment.