私はこれが欲しい:
http://www.website.com/test/view
実際にこれを呼び出すには:
http://www.website.com/index.php/test/view
次のような .htaccess ファイルを試してみましたが、うまくいかないようです:
RewriteEngine on
RewriteCond $1 !^index\.php
RewriteRule ^(.*)$ /index.php/$1 [L]
私は何が欠けていますか?