我有一个子域文件 - subcomain.maindomain.com/index.php 子域文件夹位于public_html文件夹中 我想把一个链接转到主域索引页面。
我想提出
<a href="../index.php">Return to Main Domain homepage</a>
所需的结果应该是http://maindomain/index.php,而是http://subdomain/index.php
如何使用相对路径正确执行此操作,而不是href中的绝对路径或http网址?除了href之外还有其他任何方法吗?
我到处搜索,但关于这个主题的问题没有好的答案,所以问了。