Hi Hugo,
UrlToolkit {
ToolkitID = redirect
Match ^/(.*) Redirect http://mydomain.co.uk/$1
}
I have then crated the a .hiawatha mydomain.co.uk/font-awesome file with
UseToolkit = redirect
When I visite mydomain.co.uk/font-awesome I do not get redirected..
I do use local config
VirtualHost {
...
UseLocalConfig = yes
...
Could you please help