我正在尝试对查询字符串进行非常简单的重写
http://www.example.com/library.php?q=abscessed-tooth
至
http://www.example.com/library/abscessed-tooth
这是我在 .htaccess 文件中编写的代码,它什么也没做
RewriteEngine On
RewriteRule ^/library/?([^/]*)/?\/http://www.example.com/library.php?q=$1 [L]