It looks like you're new here. If you want to get involved, click one of these buttons!
ssl_error_log:[Wed Jun 04 12:02:09 2014] [error] [client xxx.xx.xx.x] Premature end of script headers: login.php, referer: https://www.domain.co.uk/admin/support/scp/login.php
Any help would be much appreciated,
Thanks, JP
Comments
In Windows environments, people often forget to install the correct Visual C++ Redistributable package when they install/configure PHP:
PHP Version
VC9 install C++ 2008 Redistributable
VC10 install C++ 2010 Redistributable
VC11 install C++ 2012 Redistributable
I believe XAMPP installs this by default if you installed the XAMPP stack.
If you're on Windows as well, try deleting the web.config file that comes with the package in the root of your site...For some reason IIS isn't liking the bundled web.config file.
Please let us know if @Nettric suggestions work for you.