mod_rewriteの履歴

  • Options FollowSymLinks が必要


このまとめがわかりやすい
http://webtech.akijapan.com/htaccess/rewrite.phtml

LinuxのApacheでSSLする場合にはmod_rewriteのプロキシが使える

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