Добавьте в main.html
<base href="{ BASE }" />
(без пробелов около BASE).
Для проектов с поддоменами поместите в ANTISPAM такой код.
<div class="formItemTitle" style="margin-top:5px; margin-bottom:5px;">Защита от спама * :</div> <img id="captcha" src="http://site.ru/xajax.php?rnd_image&rnd1734800520" alt="" width="100" align="left" height="50" style="margin-right:5px; margin-bottom:2px;" /> <div style="font-size:11px;"> <input name="antispam" type="text" style="width:100px;" /> <br/> <span class="captcha_label">Введите символы на картинке</span> </div> <div style="clear:both; height:2px;"></div> <div class="captcha_refresh" style="font-size:11px;"> <a href="javascript:void(0);" onclick="document.getElementById('captcha').src='http://site.ru/xajax.php?rnd_image&' + Math.random();">Обновить</a> </div>