1

I had a production server which used to authenticate user before granting access. I setup a new machine and copied files from the old server. Now, I can access pages fine, but it does not ask for username and password. When I checked the value of $_SERVER['PHP_AUTH_USER'] is returns nothing.

Is a way to activate it on the server or I missed any file while copying it from old server ?

vinny
  • 169
  • 1
  • 1
  • 6

1 Answers1

0

So, where is the list of user names and passwords? is it a flat file, in a database? you can't implement something you cant find.

foocorpluser
  • 448
  • 3
  • 7