Skip to content

Commit

Permalink
added third update
Browse files Browse the repository at this point in the history
  • Loading branch information
sesn committed Dec 6, 2018
1 parent ef9a781 commit 61c790c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ In `wp-includes` and `uploads`

Enable this features if only updating the content using remote access

## 11. Redirecting from old url to live one

```apacheconf
Redirect 301 /oldpage.html http://www.yourwebsite.com/newpage.html
Redirect 301 /oldfolder/page2.html /folder3/page7.html
Redirect 301 / http://www.mynewwebsite.com/
```

## Credits

- https://www.cloudways.com/blog/protect-wordpress-with-htaccess/
Expand Down

0 comments on commit 61c790c

Please sign in to comment.