2
0
mirror of https://github.com/phanan/htaccess.git synced 2018-11-08 13:39:40 +01:00

Update README.md

This commit is contained in:
Alex Weissman 2015-02-09 11:54:30 -05:00
parent 72cd2ccdec
commit 8dcc966a2f

View File

@ -94,7 +94,7 @@ Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
### Redirect a Single Directory ### Redirect a Single Directory
``` apacheconf ``` apacheconf
#RewriteRule ^source-directory/(.*) target-directory/$1 RewriteRule ^source-directory/(.*) target-directory/$1
``` ```
### Redirect an Entire Site ### Redirect an Entire Site