Welcome Guest, Not a member yet? Register   Sign In
loading URI
#2

[eluser]imn.codeartist[/eluser]
it gave you error because its not a right way to run your controller.

steps to run:

1) open your system/application/config.php file

find
Code:
$config['base_url'] "http://www.example.com/";

replace with your app folder name for example

Code:
$config['base_url']= "http://localhost/mysite/";

2) run your blog code as below

http://localhost/mysite/index.php/blog

then it will works


Messages In This Thread
loading URI - by El Forum - 10-21-2009, 11:56 AM
loading URI - by El Forum - 10-21-2009, 12:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB