无法链接到位于

时间:2015-06-29 07:53:07

标签: php html css windows server

这是我凌乱的主机根文件夹的结构;我希望尽快收拾;

root(文件夹)

..... AllWebsites(文件夹)

....... Website1(文件夹)

index.html //请注意,下面这些html文件不在自己的文件夹中。所以他们松散地坐在website1文件夹中;

index2.html

index3.html

众多其他html文件

phpFolder(文件夹)

.......... index.php(文件)//这是我的登陆页面

website2(文件夹) 以及其他网站的更多文件夹

所以我只想在我的index.php上找一个名为" Second Landing Page"链接到index.html。所以我尝试写作;

<li><a href='/website1/index.html'><strong>Second Landing Page</strong></a></li>

但是我得到了404错误。然后我尝试写作;

href='/allWebsites/website1/index.html

 href='//website1/index.html

//我希望2个斜线可以让我提升一个级别,但没有任何工作和许多其他变化没有任何运气。这可能是一个非常简单的问题,但不是因为我对这些网站进行编码而学习。

修复此问题的一种方法是在phpFolder中放置一个名为htmlFolder的新文件夹并粘贴所有html文件,包括index.html。然后我会简单地写;

<li><a href='/htmlFolder/index.html'><strong>Second Landing Page</strong></a></li>

但这将是一场噩梦,所以我很感激任何帮助,只需弄清楚如何链接到它当前所在的index.html&gt;在phpFolder上面的文件夹中命名为website1文件夹。

1 个答案:

答案 0 :(得分:1)

您正在寻找的术语是“相对路径”。

取自http://www.boogiejack.com/server_paths.html

Relative paths