Web Hosting Talk







View Full Version : PHP and security


Cybertoad
11-13-2002, 09:20 PM
I have PHP4 installed on my server. I recently did a server rebuild and now when I try to go to any PHP enabled site, it requires me to "sign in". Any suggestions or solutions?

MDJ2000
11-13-2002, 09:45 PM
Absolutely no clue. Need more details.

Cybertoad
11-13-2002, 09:58 PM
I'm not sure myself. I've reinstalled my php.ini file and checked my registry settings. Everything looks ok, but I'm not sure why it's requesting a user login for any php enabled sites.

jtrovato
11-14-2002, 01:57 AM
what kind of login does it ask for.

even if the script is only


<?
echo phpinfo();
?>


even with a simple script like this is will ask you for a password. You should check with IIS or apache config files to see if you have that password protected.

Have a lovely evening....

UH-Matt
11-14-2002, 06:19 AM
you sure you didnt put a .htaccess fil into the dir or something?

check your <directory> container in httpd.conf to see what settings you have set for that webroot.