私がここに行くとき:localhost / codeigniter / index.php/galleryファイルはそこにあります
しかし、ここに行くと:localhost / codeigniter / gallery次のようになります:見つかりません要求されたURL / codeigniter/galleryがこのサーバーで見つかりませんでした。
しかし、私がここに行くとき:localhost /codeigniter/すべてが良いです。localhost / codeigniter /index.php/と同じです
これをシステムフォルダの.htacessファイルに入れました:RewriteEngine on RewriteCond $ 1!^(index.php | images | robots.txt)RewriteRule ^(。*)$ /index.php/$1 [L]
また、config.phpファイルで次のことを確認しました
$ config ['base_url'] ='';
$ config ['index_page'] ='';