我寫這篇文章:重命名URL在PHP不工作
RewriteRule ^title$ articles.php?&=stop [QSA,L,N,S=15]
RewriteCond %{QUERY_STRING} !stop
RewriteRule articles.php? http://mysite.com/pages/title [r=301,L,nc]
爲了重新命名pages/title?id_article=2
到pages/title
,但它不工作。 有什麼建議嗎? 預先感謝您。
改變頁/標題id_article = 2頁/標題/ 2或頁/標題本身? – Makesh 2012-07-25 12:09:40
頁面/標題本身...有什麼想法? – duracell 2012-07-25 12:16:18