POST requests from foreign hosts are not allowed.
How do I fix this? I wiped my domain in cpanel and recreated it to give it a fresh install then uploaded my backed up php files, and sql database for vbulletin. and its giving my members that error when they try and login.
NM read below and used:
and that fixed it
not sure why I had this problem since its a clean install of 3.0.6 with vbadvanced cmps ...
How do I fix this? I wiped my domain in cpanel and recreated it to give it a fresh install then uploaded my backed up php files, and sql database for vbulletin. and its giving my members that error when they try and login.
NM read below and used:
Code:
$http_host = preg_replace('#^(forum|www)\.#i', '', $http_host);
