Welcome Guest, Not a member yet? Register   Sign In
page not found
#2

[eluser]ELRafael[/eluser]
put the code of blog.php file

do you have this kind?

Code:
class Blog extends Controller
{
  function Blog()
  {
    parent::Controller();
  }
  function index()
  {
    echo 'this is only a test of the emergency broadcast system';
  }
}


Messages In This Thread
page not found - by El Forum - 10-29-2007, 06:25 AM
page not found - by El Forum - 10-29-2007, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB