Welcome Guest, Not a member yet? Register   Sign In
wampserver in window : CodeIgniter doesn't show my pages
#1

[eluser]absfrm[/eluser]
Hi
I've just moved to CodeIgniter! In my windows I've installed wamp server and when i load the localhost/ci ,
The welcome_message.php will load success.
But , I've created a file named : site.php and have written on :

Code:
<?php

class Site extends Controller {

function index() {
  echo 'something';
}

}
Then , when I load the address : localhost/ci/index.php/site . It shows nothing in firefox and in other browser will get error : server not found

why?

Please help, I'm new in CodeIgniter and this is my first try Smile
Thank you.


Messages In This Thread
wampserver in window : CodeIgniter doesn't show my pages - by El Forum - 05-21-2013, 12:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB