我使用CI版本3.1.0笨的.htaccess的工作,但不能找到控制器
和我httacces內部文件中像這樣
RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1
和我有改變我的配置文件來$config['index_page'] = ''
我不工作,但CI似乎不能找到來自m url的控制器。 示例localhost/site/index.php/welcome
其預期的工作,但當請求與localhost/site/welcome
我找不到404頁面。
我發現這個,可能會幫助https://gist.github.com/philipptempel/4226750 – dimis283
不工作...它給我錯誤的對象沒有找到... – areiilla
請注意:你的「httacces」文件應該拼寫成'htaccess' ...這是非常重要的。 – Sparky