Welcome Guest, Not a member yet? Register   Sign In
No input file specified.
#1

[eluser]Unknown[/eluser]
Hi

Does it matter if CI is loaded in a folder in root? I have mine at http://smeare dot com/shopper

When I visit my site I get the welcome.php page. But when I try the blog.php in the controller lesson I get the No input file specified.

http://www.smeare dot com/shopper/blog

Here is the code for the blog.php

Code:
<?php
class Blog extends Controller {

    function index()
    {
        echo 'Hello World!';
    }
}
?>

I am using apache and PHP 5.2.5

I also changed the $config['uri_protocol'] to REQUEST_URL

And have the $config['base_url'] set to http://smeare dot com/shopper/


Thanks


Messages In This Thread
No input file specified. - by El Forum - 08-18-2008, 01:48 PM
No input file specified. - by El Forum - 08-18-2008, 02:43 PM
No input file specified. - by El Forum - 08-18-2008, 03:36 PM
No input file specified. - by El Forum - 08-18-2008, 05:53 PM
No input file specified. - by El Forum - 09-01-2008, 01:48 AM
No input file specified. - by El Forum - 09-01-2008, 01:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB