我在写这个:
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
但它不起作用。请问有什么建议吗?先感谢您。
我在写这个:
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
但它不起作用。请问有什么建议吗?先感谢您。