Forum

redirect from http:// to http://www

Ivo
6 March 2016, 02:18
how to redirect from ... to ?
http://example.com to http://www.example.com

currently I need to type www to access my webside. Without www I get no redirect and a 503 error
Hugo Leisink
7 March 2016, 20:26
Use the following configuration:
VirtualHost {
Hostname = www.example.com, example.com
EnforceFirstHostname = yes
...
}
Ivo
7 March 2016, 20:53
ahhh I see

EnforceFirstHostname = yes

was missing.

thank you very much
This topic has been closed.