Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Please help me how to get value of $_SERVER['path_info']; .. in the VPS & Dedicated forum
Hi, I am setting vps for the first time... Now, I'm being frustrated with $_SERVER['path_info'] in setting... Please help me how to get value of ...

  1. #1
    JPC Member
    Join Date
    Aug 2007
    Posts
    5

    Please help me how to get value of $_SERVER['path_info']; ..

    Hi,

    I am setting vps for the first time...

    Now, I'm being frustrated with $_SERVER['path_info'] in setting...

    Please help me how to get value of $_SERVER['path_info']; ..

    I'm getting no value...

    Ex)

    url Address => http://xx.xx.xx.xx/play.php/2007/5/23

    play.php file code => ECHO $_SERVER['PATH_INFO'];

    Expected output => /2007/5/23

    My current output => no value

  2. #2
    JPC Addict
    Join Date
    Nov 2005
    Posts
    132
    It it's apache 2.x, check out the AcceptPathInfo directive.

  3. #3
    JPC Member
    Join Date
    Aug 2007
    Posts
    5

    Please teach me how to upgrade to apache 2.x ..

    Quote Originally Posted by wuurp View Post
    It it's apache 2.x, check out the AcceptPathInfo directive.

    Hi,

    Currently, here vps's apache version is 1.3.27... Can we upgrade it to 2.x??

    if so, Please teach me how to upgrade to apache 2.x ..

    Thanks...

  4. #4
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    I would be most surprised if you need to upgrade for that. Apache 1.3.x should offer it too (and AFAIK by default). Wuurp is merely telling you how to control it IF you were using 2.x, not to go to 2.x.

    Can you access other elements of the $_SERVER array normally? (Perhaps var_dump($_SERVER); to check?)


    BTW: Please don't post the same question twice out here. It doesn't help, but it is annoying.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •