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:
parent
72cd2ccdec
commit
8dcc966a2f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
|
|||
|
||||
### Redirect a Single Directory
|
||||
``` apacheconf
|
||||
#RewriteRule ^source-directory/(.*) target-directory/$1
|
||||
RewriteRule ^source-directory/(.*) target-directory/$1
|
||||
```
|
||||
|
||||
### Redirect an Entire Site
|
||||
|
|
Loading…
Reference in a new issue