edvanleeuwen
Verified User
- Joined
- Nov 18, 2013
- Messages
- 155
More and more websites are forcing secure calls, i.e. https. It would be nice to have DA support this in its templates.
Example of my virtual_host2.conf:
Example of my virtual_host2.conf:
Code:
<VirtualHost |IP|:|PORT_80| |MULTI_IP|>
|CUSTOM|
|?CGI=ScriptAlias /cgi-bin/ `DOCROOT`/cgi-bin/|
ServerName www.|DOMAIN|
ServerAlias www.|DOMAIN| |DOMAIN| |SERVER_ALIASES|
Redirect "/" "https://www.|DOMAIN|"
</VirtualHost>