Apache server redirects using MacOS Server Admin

Note to self before I delete this entry.
This will redirect an entire site:

Server Admin -> Your server -> Web -> Your site -> Aliases -> Url Aliases and Redirects

Type = RedirectMatch
Pattern = .*
Path = http://example.com

You must be logged in to post a comment.