Good morning, ask questions about the absolute path of PHP

Source: Internet
Author: User
Good morning, ask questions about the absolute path of PHP
Friends early, a new day the sun is diabolical ah.
Brother has a question to ask.
Define (' HOST ', ' http://'. $_server[' Http_host '). ' /');
I think that both local and server are using absolute paths, so the above is defined.
There is no problem on the server.
But locally, for example, mine is http://localhost/csdn/.
But the local echo HOST; it's just http://localhost/.
How can I write to achieve on the server and local is the same? That is, the local display of http://localhost/lcsdn/.
------to solve the idea----------------------
Put your program in the root directory, not under the Lcsdn folder
Which means your program is under the same level as LCSDN.
------to solve the idea----------------------
Set up as a virtual host
or by URL rewriting to assign the root of the site


It's not advisable to write a full URL.
------to solve the idea----------------------
$_server[' Http_host ' is to get the domain name or host address
Locally, you can also solve the problem by setting up a virtual host with Apache httpd.conf.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.