星期三, 3月 16, 2011

drupal簡潔網址

drupal 5 如果clean url 不能用,在網站根目錄增加.htaccess
加上下面的code

RewriteEngine on RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

沒有留言: