View Single Post
  #1 (permalink)  
Old 03-13-2008, 10:55 PM
jsanders jsanders is offline
Junior Member
 
Join Date: Mar 2008
Posts: 3
Default routing doesn't work properly

Hello everybody,

I have implemented the mvc pattern according a tutorial. Now,

When i do this:

http://217.149.198.122/index
it works ok. But when i do:

http://217.149.198.122/persoon, i get an HTTP 404 while I am doing the exact same thing.
What could be wrong, i (double)checked everything.


//its running on apache2. It looks like it's some server setting but I don't know which and where.

Last edited by jsanders : 03-14-2008 at 07:26 AM. Reason: extra infromation
Reply With Quote