Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:apache_web_server:redirects [2008/05/02 21:40] – created billh | docs:apache_web_server:redirects [2016/03/27 14:08] (current) – removed billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Redirects ====== | + | |
- | < | + | |
- | # redirect all requests to this path and anything below it to | + | |
- | # a new path; the second line catches those without an ending slash | + | |
- | Redirect permanent / | + | |
- | Redirect permanent / | + | |
- | </ | + |