CodeIgniter 3 ci-blog .htaccess の設定
で配置する。そのまま フォルダを配置しても読み込まれない
例
.htaccessに記載して読み込まれるように
ソースコードRewriteEngine On
RewriteCond $1 !^(index\.php|assets|images|js|css|bootstrap|dist|plugins|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ index.php?/$1 [L]