gxfstream 发表于 2009-8-24 09:11:38

点击链接 页面显示:No input file specified.

本帖最后由 gxfstream 于 2009-8-24 09:19 编辑

这个服务器有4个其他站 都能正常运行。这第五个我用CI做的首页能正常运行 再点链接就直接显示No input file specified. 不知这个和CI有没有点关系。高手帮忙。 是不是和CI路径有关呀?

gxfstream 发表于 2009-8-24 09:19:27

问题已解决URL重写的原因 搞死我了

allankliu 发表于 2009-9-3 19:37:27

请分享一下解决方案。

yua3891 发表于 2010-5-30 18:03:13

是的啊。分享下经验啊。呵。

kevinstudio 发表于 2010-8-3 11:53:53

本帖最后由 kevinstudio 于 2010-8-3 11:59 编辑

写下我参考的配置
http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
http://codeigniter.com/forums/viewthread/133292/

config.php:$config['index_page'] = "index.php?";
$config['uri_protocol'] = "QUERY_STRING"; .htaccessRewriteEngine on
RewriteBase /
RewriteRule ^(system|application) -
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1

timwit 发表于 2013-4-26 15:38:28

楼主 你说URL重写的原因,请问具体哪里改呢?
页: [1]
查看完整版本: 点击链接 页面显示:No input file specified.