August 2008
2 posts
2 tags
Flush DNS cache on OS X
dscacheutil -flushcache
4 tags
Apache: force all http requests to redirect to...
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}