重写规则工作正常,除了我发布任何表单时 - 数据发布到的 url 是 domain/index.php/index.php/controller/method。
有任何想法吗?已经尝试过可能会在这里回复。
HT访问:
# rewrite rules
RewriteEngine On
# ditch index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]