此页面在codeigniter 3上无法使用HTTP ERROR 500,但在localhost上完美运行

时间:2017-05-22 01:44:14

标签: php codeigniter apache2

当我访问我的网址时,它显示为my online site

enter image description here

但是当我在localhost

上运行我的网站时,它可以正常工作

也许它会导致.htaccess 这是我的.htaccess代码

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/system.*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteRule (.*)\.xml(.*) $1.php?$2 [nocase]

我把这个.htaccess代码放在 this is my site when online enter image description here

1 个答案:

答案 0 :(得分:0)

试试这个

set $config['base_url'] = '';