Jump to content

Ricky_Coder

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Ricky_Coder's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. try this little trick to see what is happening,  helped me a lot. Make a  info.php file and put these lines inside: <?php phpinfo(); ?> Then just run that info.php script and you´ll see all variables inside PHP. Take a look at the very first 3 or 4 lines, it will point you on where that  PHP.INI file it is. You can also make a global system variable PHPRC pointing to your script path.
  2. Hi all php coders out there. Im new at PHP programming, know lots of C , C++, C# and assembler. Im having a big problem with a local machine that im setting up for testing purpose. I installed PHP4, Apache 2 and MYSQL 4.1 ok on my windows box. Everything works fine, PHP scripts executes OK. BUT!!  (that nasty word),  when I try to access that machine from within my intranet, all links resolve to  LOCALHOST! For instance, Im accessing my server from a machine as  http://192.168.0.20/store/index.php.  When things start to appear on my browser, all images and links are pointing to 127.0.0.1. I´ve setup a virtualhost in apache but the problem is when PHP is executed, cause Apache start page correctly direct the right IP in all relative links inside it. Please gurus, need help on this, badly!  I spent almost 3 days browsing all PHP faqs sites and found nothing, it seems that Im the only one that has this problem.  ??? ??? ???
×
×
  • 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.