XF 1.5 No access to /admin.php on this server

I am trying to add the following code to my "forum_list" template:

Code:
<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>

It is sending back the error: "You don't have permission to access /admin.php on this server." and the title says "Forbidden"

Does anybody know what the problem is?
 
That sounds like a mod_security issue.

Your host should be able to inspect the logs and whitelist the rule which is triggering it.
 
Top Bottom