如何让路径不出现在 URL

How to get path not appear on URL

我在 http://novastudios.whostf.com 有一个网页。我设置了到 http://novastudios.whostf.com/home.html 的重定向,但我不希望 /home.html 部分出现在 URL 上。我该怎么办?

一个简单的解决方案是将页面命名为 /index.html,而不是 /home.html。这样,您只需将 link 放入 http://novastudios.whostf.com,Web 浏览器将自动查找名为 index.html.

的页面