我有这个网址:
http://www.mydomain.com/search.php?title=beatiful%2Fcat
我需要将其重写为:
http://www.mydomain.com/beatiful+cat
我在 .htaccess 中添加了这一行:
RewriteRule ^([^/]*)$ /search.php?title=$1 [L]
但没有成功。提前致谢!
我有这个网址:
http://www.mydomain.com/search.php?title=beatiful%2Fcat
我需要将其重写为:
http://www.mydomain.com/beatiful+cat
我在 .htaccess 中添加了这一行:
RewriteRule ^([^/]*)$ /search.php?title=$1 [L]
但没有成功。提前致谢!