http://localhost/yy/index.php/List/index/f/1.html
URLは
に書き換えられます
http://localhost/yy/List/index/f/1.html
決して成功についてはどうですか?
ヒント
見つかりません
要求された URL /index.php/List/index/f/1.html がこのサーバーで見つかりませんでした
RewriteCond $1 の RewriteEngine !^(index.php|images|robots.txt )
RewriteRule ^(.*)$ /index.php/$1 [L]
環境は Apache で、.htaccess で書かれています
最も単純な
RewriteRule 1.php 2.php をテストしましたが、成功したので、できません urlrewrite が機能していないと表示されます
理解できません、解決策を教えてください。
RewriteRule ^(.*)$index.php/$1 [QSA,PT,L]