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.
有没有办法隐藏 Magento 中每个页面的 URL 键?例如站点 URL www.test.com/Logitech-bluetooth-keyboard。我可以禁用或隐藏 URL 键,以便每个页面都是 www.test.com 吗?
我正在使用 Magento 社区 1.7.0
简短的回答是:不。我很好奇你为什么要做这样的事情,从用户的角度来看,这将是糟糕的可用性,并且非常糟糕的 SEO,因为你只能用谷歌搜索你的主页。
您可以做的是重写整个事情,以便所有链接都将加载 Ajax 请求。这将需要一些认真的时间和精力,我认为这不值得,因为我看不到它的好处。