我怎么使用drupal没办法使用伪静态?

 看看我这个有错误吗?

<IfModule mod_rewrite.c>
 
   RewriteEngine on
 
   RewriteBase /
 
   RewriteCond %{REQUEST_FILENAME} !-f
 
   RewriteCond %{REQUEST_FILENAME} !-d
 
   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
 
</IfModule>        
欢迎转载,但请保留此信息
[我的Linux,让Linux更易用] CentOS精简版,集成lamp,lnmp版,wdcp,wdcdn,wddns,一键安装包,集群负载均衡LVS,智能DNS/CDN,性能优化
本文连接:http://www.wdlinux.cn/old/node/658