revamp *should* now properly take strict transport security out of apache headers, and it should also add the wildcard domain names for cakelampvm.com (on anything other than www and the base name).
<h4>Setting up DNS on Windows<a id="#windoze-dns" name="#windoze-dns"></a></h4>
<p>The ipconfig tool will provide helpful information about your current
networking and DNS configuration:</p>
- <pre>> ipconfig --all</pre>
+ <pre>> ipconfig /all</pre>
<p>The DNS configuration on Windows is somewhat byzantine. The pipe
characters ('|') below are used to separate the menus or tabs or dialogs
to traverse. Follow this path to get to the DNS config:</p>
##############
# fix up the apache site so that HSTS is disabled. otherwise we can't view
-# https site once the domain name switch has occurred.
+# the https site for cakelampvm.com once the domain name switch has occurred.
# we operate only on our own specialized tls conf file. hopefully no one has messed with it besides revamp.
# note the use of the character class :blank: below to match spaces or tabs.
restart_apache
fi
+##############
+
+#
##############