Difference between revisions of "Apache"
mediawiki>WikiSysop |
(→rewrite) |
||
Line 15: | Line 15: | ||
</pre> |
</pre> |
||
<hr/> |
<hr/> |
||
− | + | Terug naar: [[Webhuis configuratie]] |
Latest revision as of 20:26, 16 August 2012
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