Welcome Guest, Not a member yet? Register   Sign In
controller codeigniter in ubuntu linux not run
#1

[eluser]tusukgigi[/eluser]
hi,
i installed codeigniter in ubuntu linux with lampp.
when i point to localhost/codeigniter/home in my browser,

Not Found

The requested URL /codeigniter/home was not found on this server.

Code:
<?php

class Home extends Controller {

    function __Construct()
    {
        parent::Controller();    
    }
    
    function index()
    {
        //$this->load->view('welcome_message');
        echo "Hello home, I was here:D ";
    }
}

how to fix it.
(sorry for my english Smile)


Messages In This Thread
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 01:52 AM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 02:07 AM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 02:54 AM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 09:26 AM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 09:30 AM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 12:37 PM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 12:39 PM
controller codeigniter in ubuntu linux not run - by El Forum - 02-20-2011, 04:08 PM
controller codeigniter in ubuntu linux not run - by El Forum - 02-21-2011, 10:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB