<div dir="ltr">Hello everyone,<br><br>I have a simple domtool config, for running wordpress on <a href="http://shmichael.com">shmichael.com</a>:<br><br>dom "<a href="http://shmichael.com">shmichael.com</a>" where<br>
CreateWWW = false<br>with<br> web "www" where<br> DocumentRoot = home "wordpress"<br> with<br> addWordPress "/";<br> serverAliasDefault;<br> serverAlias "growing-software"<br>
end<br>end;<br><br>(I've been using this as reference - <a href="http://wiki.hcoop.net/DomTool/Examples#Serveraliases">http://wiki.hcoop.net/DomTool/Examples#Serveraliases</a>)<br><br>I am experiencing two problems:<br>
1. I can't get <a href="http://growing-software.shmichael.com">growing-software.shmichael.com</a> to work. <br>2. <a href="http://www.shmichael.com">www.shmichael.com</a> gets rewritten as <a href="http://shmichael.com">shmichael.com</a> (I want an alias behaviour, not a rewrite).<br>
<br>I've tried lots of variants, to no avail. Where am I wrong?<br><br>Cheers,<br>Michael.<br></div>