开发者

is this htacces or something else [closed]

Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学C

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

I have uploaded codeigniter site here.

It runs fine at local server but after uploading i get this error.

“404 Page Not Found

The page you requested was not found.”

Also,

Also “No input file specified. ”

uploaded it on free server as well and it runs fine there. www.ogc.isgreat.org any idea?


"No input file specified" is displayed when a file is not found, and PHP is running in CGI mode. Both errors indicate that the file cannot be found.

In order to make file.php/blablabla work, you've to enable Path Info. Example using .htaccess:

AcceptPathInfo On


project is hosted on godaddy and godaddy has problem with CI project.

Here is the solution.

in your config/config.php, make these two changes.

$config['index_page'] = "index.php?"; $config['uri_protocol'] = "QUERY_STRING";

thought now i have problem with ajax calls.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜