.htaccess错误404

时间:2016-04-25 19:31:36

标签: php .htaccess codeigniter

当我将源上传到托管服务器时,显示:错误404 Not Found。

在我的本地服务器中,它运行良好。

这是我的.htaccess:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /folder/index.php/$1 [L]

和我的配置:

$config['base_url'] = '';
$config['index_page'] = '';
$config['uri_protocol'] = "AUTO";

0 个答案:

没有答案