X-Powered-By: PHP/5.2.17 Content-type: text/html
-
Hi (WP 3.5 with Twenty Twelve 1.1 theme)
I have tried the advice on other threads but still not getting CS to work for me.
I have spent this morning talking to hosting Co Cloudnext.net who tell me all is correct from their end.
When I test CS script I get the following error
Your script returned the following:
Status: 403 Forbidden
X-Powered-By: PHP/5.2.17
Content-type: text/htmlThe hosting company tell me
Looking at the script I believe this is being triggered which is causing the 403 error:
// avoid direct calls to this file, because now WP core and framework have been used
if ( !function_exists(‘add_action’) ) {
header(‘Status: 403 Forbidden’);
header(‘HTTP/1.1 403 Forbidden’);
exit();
}I am informed by hosting Co the following command is correct (including the space after /php5 /
/usr/bin/php5 /home/sites/floodproblems.co.uk/public_html/wp-content/plugins/content-scheduler/content-scheduler.php
I welcome advice on this matter.
The topic ‘X-Powered-By: PHP/5.2.17 Content-type: text/html’ is closed to new replies.