Google搜索

浏览存档

« 七月 2008  
周日 周一 周二 周三 周四 周五 周六
    1 2 3 4 5
6 8 9 10 11 12
13 14 15 16 18
20 21 22 23 24 25 26
27 28 29 30 31    

用户登录

最新评论

在线用户

当前共有 0 users 和 1 guest 在线。

订阅到RSS阅读器

Syndicate content

mod_rewrite

C3CRM's Blog启用Clean URL

Written by dfar2008  in   2007 三月 17 , 星期六 16:13

为方便阅读C3CRM's blog,经过一番测试,启用drupal的Clean URL功能。
启用步骤:
1、修改httpd.conf,增加以下配置信息:
<Directory /home/c3crm/www/blog>
 # Various rewrite rules.
 <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
   </IfModule>
</Directory>

Last Updated (2007 三月 17 , 星期六 16:20)
Technorati Tags:
shunz's Tags:
postshow's Tags:
Aimi's Tags:
igooi's Tags:
XML feed