On Fri, Oct 12, 2012 at 9:15 AM, plot.lost <plot.lost@xxxxxxxxx> wrote: > Is there a way to do something like the following where the domain part is > replaced by whatever has been configured in ServerName > > RedirectMatch permanent ^/$ http://the.domain.com/path/to/file.html > > i.e. where 'the.domain.com' is whatever the current ServerName is without > having to edit the RedirectMatch line (it would be in a config section that > gets included into several different virtual hosts). Want to keep this in > the main config files, not in any .htacess files If you use a 2nd arg like /path/to/file.html the server will construct a URL for the redirect based on ServerName, UseCanonicalName, etc. This generated a warning in older levels of 2.2.x. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx