CodeIgniter project loads nothing on the localhost browser
问题 I am a complete beginner in CodeIgniter and have been following some videos and CI docs to get started. I did as these resources said, I added the .htaccess file as the videos said. This is the file. RewriteEngine on RewriteBase /ciBlog/ RewriteCond $1 !^(index\.php|asstes|js|css|uploads|favicon.png) RewriteCond %(REQUEST_FILENAME) !-f RewriteCond %(REQUEST_FILENAME) !-d RewriteRule ^(.*)$ ./index.php/$1 [L] I set the base_url to localhost/ciBlog , tried the localhost/ciBlog/ as well. index