0

我正在寻找一种解决方案,您可以在其中更改以下输出:

echo dirname(__FILE__); # Output: C:\inetpub\wwwroot\hot

Web 路径 (example/example.html) 的到和输出。

4

2 回答 2

1

You need to make your own links. There are an infinite number of possible URLs that may lead to a particular file on the hard disk. Mapping a local path to a URL is not automagically possible.

于 2013-05-23T19:10:31.643 回答
1

也许你想要请求 uri?

echo $_SERVER['REQUEST_URI'];

如果没有,您必须执行您的自定义函数/url

于 2013-05-23T19:13:59.323 回答