Your problem could be with RewriteRule ^(.*)$ index.php/$1 [L,QSA]. Try changing to: RewriteRule ^(.*)$ index.php/$1 [PT,L]. (from: not able get post form ...
確定! 回上一頁