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