如何重写URL以文章标题塞? [英] How to rewrite url with post title slug?

查看:192
本文介绍了如何重写URL以文章标题塞?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

考虑一个网址

www.example.com/paper-ads-details.php?req=43397&rnd=1308546000

我想改变这个网址为:

I want to change this urls as:

www.example.com/jobs-in-chanai.php

其中, REQ = 43397 所指向的一篇名为作为的在chanai 的工作 我怎么可能重写?请帮我。

where req=43397 is pointing to the post titled as jobs in chanai How may i rewrite that? Please help me.

推荐答案

在困难时期我得到的方式,现在共享它为其他用户... 假设所需的URL是 www.example.com/programmer-Jobs-in-luton
规则会是怎样?
重写规则^([A-ZA-Z0-9 - ] +)?$就业details.php塞= $ 1 [L]

After hard time i got the way, and now sharing it for Other users... Suppose the required Url is www.example.com/programmer-Jobs-in-luton
The Rule will be like...
RewriteRule ^([a-zA-Z0-9-]+)$ job-details.php?slug=$1 [L]

这篇关于如何重写URL以文章标题塞?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆