1.次のコードを使用して、codeigniter ディレクトリに .htaccess ファイルを作成します。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ex/
RewriteCond $1 ^(application|system|private|logs)
RewriteRule ^(.*)$ index.php/access_denied/$1 [PT,L]
RewriteCond $1 ^(index\.php|robots\.txt|opensearch\.xml|favicon\.ico|assets|forums)
RewriteRule ^(.*)$ - [PT,L]
RewriteRule ^(.*)$ index.php/$1 [PT,L]
</IfModule>
2. を に変更config['index_page']='index.php'
しますconfig['index_page']=''
しかし、それは機能していません。httpd.conf(/etc/apache2/) が空白です