09/04/03 13:14:38 nlrPhi8T
URLリンク(hogehoge.ero) => 404error!
URLリンク(hogehoge.ero) => OK!
となるんですが、/index.php/ を消す方法はないでしょうか?
今はこんな感じになってます
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php