drupalメモ - クリーンURL

www/mydrupa/.htaccess
とかに下記を入れた。
RewriteEngine on
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]


クリーンURL | Drupal.0829.info
パス(URLエイリアス) 【 Path 】 | ≡ Drupal Japan ≡
Drupal導入メモランダム(さくらインターネット スタンダード) - In heriet
.htaccess < Wiki | さくらのレンタルサーバ非公式FAQ
(1) Drupal5.7のインストール | はにゃーん

Comments

Popular posts from this blog

sakuaraのVPSのコンソールで貼付け(ペースト)