docs:apache_web_server:redirects

This is an old revision of the document!


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 /some/old/path/ http://www.example.com/some/new/path
Redirect permanent /some/old/path http://www.example.com/some/new/path
  • docs/apache_web_server/redirects.1459109339.txt.gz
  • Last modified: 2016/03/27 14:08
  • by billh