在我的.htaccess文件DirectoryIndex中设置为/page/main/home.html
因此,当我去www.thisexample.com浏览器地址栏显示www.thisexample.com实际加载时www.thisexample.com/page/main/home.html。这一切都很好,但现在问题来了:
无法找到.html链接到 from 的任何页面。home.html换句话说,当我单击信息链接(在主页上)时,它会查找www.thisexample.com/info.html(不存在)而不是显示www.thisexample.com/info.html在浏览器地址栏中,而是实际加载www.thisexample.com/page/main/info.html(这里的最终目标)。
添加通过相对路径找到它的css样式表没有问题可能会有所帮助home.html,只是找不到链接。