Re: [users@httpd] RedirectMatch using current server name

2012-10-12 Thread Tom Evans
On Fri, Oct 12, 2012 at 3:22 PM, plot.lost wrote: > On 12/10/2012 15:19, Tom Evans wrote: >> >> On Fri, Oct 12, 2012 at 2:15 PM, plot.lost wrote: >>> >>> Is there a way to do something like the following where the domain part >>> is >>> replaced by whatever has been configured in ServerName >>>

Re: [users@httpd] RedirectMatch using current server name

2012-10-12 Thread Eric Covener
On Fri, Oct 12, 2012 at 9:15 AM, plot.lost 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 whatev

Re: [users@httpd] RedirectMatch using current server name

2012-10-12 Thread plot.lost
On 12/10/2012 15:19, Tom Evans wrote: On Fri, Oct 12, 2012 at 2:15 PM, plot.lost 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. w

Re: [users@httpd] RedirectMatch using current server name

2012-10-12 Thread Tom Evans
On Fri, Oct 12, 2012 at 2:15 PM, plot.lost 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 whatev

[users@httpd] RedirectMatch using current server name

2012-10-12 Thread plot.lost
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 Re