RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
# 2 ---- Prevent directory file listing in all of your folders ----
IndexIgnore *
答案 0 :(得分:2)
尝试将文件重命名为ucfirst for folder controller and model。
答案 1 :(得分:0)
只需重命名您的控制器文件名: 例如:about.php至About.php