Apache
rewrite
Leidt de gebruiker automatisch naar de secure Apache pagina van de URL.
#NameVirtualHost *:80
<VirtualHost 194.151.143.203:80>
ServerAdmin webmaster@localhost
ServerName webmail.webhuis.nl
DocumentRoot /var/www/redirect
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [NC,R,L]
RewriteLog /tmp/rewrite.log
RewriteLogLevel 9
</VirtualHost>
Terug naar: Webhuis configuratie