Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8548073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:24:38+00:00 2026-06-11T13:24:38+00:00

I checked this answer on Solution to multi server environment with a CodeIgniter website

  • 0

I checked this answer on Solution to multi server environment with a CodeIgniter website
Happens that testing it with a simple echo like this

if(strpos($_SERVER['HTTP_HOST'], 'mylivesite.com'))
{
    define('LIVE', TRUE);
    echo "LIVE";
}
else
{
    define('LIVE', FALSE);
    echo "NOT LIVE";
}

Won’t work. Always says its NOT LIVE.
But this way.

if($_SERVER['HTTP_HOST'] === 'mylivesite.com')
{
    define('LIVE', TRUE);
    echo "LIVE";
}
else
{
    define('LIVE', FALSE);
    echo "NOT LIVE";
}

Says its live when on remote server.

What would be the problem?
Would be any problem to do with ===’mylivesite.com’?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:24:39+00:00Added an answer on June 11, 2026 at 1:24 pm
    if(strpos($_SERVER['HTTP_HOST'], 'mylivesite.com') === false)
    {
        define('LIVE', FALSE);
        echo "NOT LIVE";
    }
    else
    {
        define('LIVE', TRUE);
        echo "LIVE";
    }
    

    Will make it work as expected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I checked this link of S.O : Pop Images like Google Images And tried
I have a 2884765579 bytes file. This is double checked with this function, that
When I bind a function to a checkbox element like: $(#myCheckbox).click( function() { alert($(this).is(:checked));
After having checked extensively for an answer to this question, I still cannot find
This is the JSON that is returned from my PHP { 17:{answer_id:17,answer:You earn a
This is mostly a rhetorical question, as far as I've checked the answer is
Inpired by this answer I'm using the following solution for read-only member variables: template
Regarding the answer provided at this link: Proposed solution I tried to use this
[FYI: I've got the answer, and I'm in process of writing the solution. This
I searched and found this question but did not like the answer. Is there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.