Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

Where is _$SERVER['LOGIN_URL'] actually defined?

I'm working on some code and I'm trying to pop the hood on the login logic.

I'm trying to track down the URL that's actually handling the SELECT that will query the database and I keep seeing this:

$_SERVER['LOGIN_URL']

I see it referenced in the code, but I've yet to locate where it's actually defined.

Having googled it, I get the impression that this is a fairly common piece of syntax.

What is it and were do you find it?
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bruce Gust

ASKER

It is $_SERVER and you're right, it is an Apache setting - something I don't have access to.

But...

I was able to figure things out and the ticket has been solved!

BOOM!

Thanks for your help!