joomla 完全自定义 url
我想为我的文章提供完全自定义的网址 类似:/games/2010/junee2010/6/Dexter%20the%20Game.html
因为我将基于 html 的网站移至 Joomla,并且我想为 Google 保存相同的网址。 我需要使用什么扩展或自定义解决方案?
I want to give entirely custom url to my article
something like: /games/2010/junee2010/6/Dexter%20the%20Game.html
Because I am move html based site to Joomla and I want to save same urls for Google.
What extension or custom solution I need to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个很好的 SEF 扩展可能可以做到这一点 -
http://extensions .joomla.org/extensions/site-management/sef/10134
http://extensions.joomla.org/extensions/site-management/sef/10019
然而,我不太喜欢使用 SEF 扩展,内置的 SEF 工作得很好。除非您要移动数百篇文章,否则我会使用 301 重定向并让 Joomla 以通常的方式构建 URL。少一件容易出错的事情。
There are a couple of good SEF extensions that can probably do it -
http://extensions.joomla.org/extensions/site-management/sef/10134
http://extensions.joomla.org/extensions/site-management/sef/10019
However, I am not a big fan of using SEF extensions, the built in SEF works pretty well. Unless you have hundreds of articles you are moving, I would use 301 redirects and let Joomla build the URLs the way it would normally. One less thing to go wrong.