我有这样的链接——http://example.com/index.php?q=about
我想让它们看起来像这样——http://example.com/about
目前我正在使用重写规则
VirtualHost {
* {
Pattern = .*
RewriteRules {
dirindex {
pattern = (.*)/$
to = index.php/$1
qsa = true
}
}
}
}
如果我访问http://example.com/about我会得到一个404 File Not Found
我正在为 Drupal 做这个。干净网址指南:https ://drupal.org/getting-started/clean-urls