您好我想更改网址:
http://example.com/news.php?id_news=1 至 http://example.com/news/1
和
http://example.com/works.php?id_works=14 至 http://example.com/works/14
使用.htaccess
答案 0 :(得分:0)
我的猜测是蓝色的,就像
RewriteEngine On
RewriteCondition %{QUERY_STRING} ^id_([a-z]+)=([0-9]+)$
RewriteRule /^%1\.php$/ %1/%2?