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.