Hi,<br><br>I&#39;m new to HCOOP as of yesterday and have two quick questions.<br><br>First, I&#39;m unable to access the &quot;help&quot; mailing list archives?&nbsp; I can log in and change my password and other settings, but I get a &quot;403 Forbidden&quot; error when I try to access the link to the archives (<a href="https://lists.hcoop.net/pipermail/hcoop-help/" target="_blank">https://lists.hcoop.net/pipermail/hcoop-help/</a>).&nbsp; I can access the archives for other lists, such as HCoop-Discuss, etc.<br>



<br>Second, my website uses some PHP5 code that I really don&#39;t want to re-write, and I am trying to configure domtool to default to PHP5.&nbsp; I followed these instructions:<br><p style="margin-left: 40px;">
You might also want to make some standard
environment variable settings that will persist across your different
configuration files. For instance, to make PHP version 5 the default
for all of your domains, put this in <tt>lib.dtl</tt>:<span></span></p><pre style="margin-left: 40px;">PhpVersion = php5;<br><span></span></pre><div style="margin-left: 40px;">
<span></span><span></span>Now this will be the default environment variable setting in all of your domains.  While <tt>domtool</tt> does dependency analysis to find the right order for running files that use functions defined in other files with <tt>val</tt>,
it doesn&#39;t do this for environment variable settings, which is why it&#39;s
important to put default environment variable settings in <tt>lib.dtl</tt>.  The dependency orderer has a special case for files with this name, always putting them first.<br></div><br>I created the &quot;lib.dtl&quot; file and when I re-run &quot;domtool &lt;fn&gt;&quot;, it reconfigures everything okay:<br>



<br><div style="margin-left: 40px;">wmsar@mire:~/.domtool$ domtool <a href="http://wmsar.info" target="_blank">wmsar.info</a><br>Configuration succeeded.<br></div><br>Where the content of my &quot;lib.dtl&quot; file is:<br>


<br><div style="margin-left: 40px;">
wmsar@mire:~/.domtool$ cat lib.dtl<br>PhpVersion = php5;<br></div><br>However, I am pretty certain that the PHP4 interpreter is still being executed because I&#39;m getting a syntax error in some PHP5 specific code (&quot;unexpected &amp;&quot;):<br>



<br><div style="margin-left: 40px;">foreach ($nameList as <b><span style="color: rgb(255, 0, 0);">&amp;</span></b>$value)<br></div><br>So I&#39;m confused.&nbsp; Please help..<br><br>Thanks<br><br><br>