Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:apache_web_server:redirects [2008/08/03 00:25] – external edit 127.0.0.1 | 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 / | + | |
- | </ | + |