mod_rewriteの履歴
- Options FollowSymLinks が必要
Zend_Controller 使う場合の設定
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /app_root/index.php [NC,L]http://framework.zend.com/manual/ja/zend.controller.html#zend.controller.quickstart.go.rewrite