我用ci做的企业网站系统,去掉index.php后图片不能显示
我是第一次用用ci做的企业网站系统,再本地开发好后现实都是正常的,但是上传到服务器之后,去掉index.php图片不能显示,样式也不能调用了,郁闷,请各位大侠指点,都急死我了我的配置
RewriteEngine on
RewriteBase /mdgd/
RewriteCond $1 !^(index\.php|attachments|robots\.txt|assets|user_guide)
RewriteRule ^(.*)$ /mdgd/index.php/$1
config.php的配置
$config['index_page'] = ""; 回复 piaoyudesi 的帖子
啥服务器?
服务器支持path_info不?
页:
[1]