【发布时间】:2011-07-13 13:18:17
【问题描述】:
我已经搜索过,但这里的所有示例都不适合我。
I have a $_SESSION['title']; //Session variable contains title from calling page
$title = $_SESSION['title']; //local variable contains article title
假设文章的标题是每日新闻 如何将我的规则修改为
http://www.newstoday.com/readnews/12/news-of-the-day
BTW http://www.newstoday.com/readnews/12 //this works
RewriteEngine on
RewriteRule ^readnews/([0-9]+)$ readnews.php?news_art_id=$1
【问题讨论】:
标签: php mod-rewrite