Jump to content

Driving me crazy !


dave658

Recommended Posts

I recently had to re-install PHP om my IIS server, and now I am having a strange issue. Now anytime I run a PHP script, I need to login with a username and password.

 

The PHP script I am running is just the following

 

<?php

echo "<H2>Under Construction<br>Please Come Back Soon</H2>";

?>

 

If instead, i browse to the equivalent html file

 

<H2>Under Construction<br>Please Come Back Soon</H2>

 

then this displays without any request to login

 

This used to work before i re-installed PHP and I have made no changes to IIS so I am assuming that it is something I am missing in php.ini or someother configuration issue - can anyone advise ?

 

Link to comment
https://forums.phpfreaks.com/topic/154425-driving-me-crazy/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.