Welcome Guest, Not a member yet? Register   Sign In
function error
#2

[eluser]Pascal Kriete[/eluser]
You're missing index.php in your url.

CodeIgniter uses what is known as a front-controller. That means that all requests go through index.php and CodeIgniter figures out what controller to call. So the url you want is:
[pre]http://example.com/index.php/blog/com[/pre]

It is possible to remove index.php by using a little server trick to rewrite the urls. I won't go into it here, but searching for .htaccess should yield plenty of results.

Welcome to CodeIgniter.


Messages In This Thread
function error - by El Forum - 11-28-2008, 09:54 AM
function error - by El Forum - 11-28-2008, 01:43 PM
function error - by El Forum - 11-28-2008, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB