Mod_rewriter 简单重定向
我需要一些关于 mod_rewiter 的帮助
我的 URL 有这个结构 http://mydomain.com/post.php?id=122/年/月/标题/
我需要新链接:
http://mydomain.com/year/month/title/" rel="nofollow">http://mydomain.com com/年/月/标题/ 我怎样才能用 mod_rewriter 做到这一点,请你帮助我! 谢谢
I need some help with mod_rewirter
My URL have this structure
http://mydomain.com/post.php?id=122/year/month/title/
i need to have the new link:
http://mydomain.com/year/month/title/
how can i do this with mod_rewriter, please can you help me!
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://corz.org/serv/tricks/htaccess2.php 这是一个不错的学习 apache mod_rewrite 引擎的页面。
我会给你一个例子,同时我仍然坚持你必须在你的 seo 友好网址上添加 id
如果我们假设你可以获得值以便日期
此外,你可以验证此链接上的任何正则表达式: http://www.regular-expressions.info/javascriptexample.html 或:http://www.gethifi.com/tools/regex
http://corz.org/serv/tricks/htaccess2.php it is a nice page to learn apache mod_rewrite engine.
And i'll give you an example while i'm still insisting that you have to add id on your seo friendly url
If we suppose you can get values in order to date
Also, you can validate any regex on this link: http://www.regular-expressions.info/javascriptexample.html or that: http://www.gethifi.com/tools/regex