Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 .htaccess 在我的网站上实现“漂亮”的 URL。结果,我被迫<base>在我的标题中包含一个标签。现在尝试使用 AJAX,这会导致任何href="#"链接返回到索引页面。
<base>
href="#"
(例如,点击返回<a href="#">Link</a>而不是什么都不做 - 正如 # 链接应该。)website.com/games/website.com/#
<a href="#">Link</a>
website.com/games/
website.com/#
我该如何解决这个问题?任何建议将不胜感激 - 也许是阻止样式表破坏的替代方法 .htaccess 而不是<base>.