PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I receive this error in my project and i don't know how to fix it. I'm imagine that some lines from my htaccess file cause this but i'm not sure yet.
Do you have any idea what is causing this? I'm using ZF and i'm able to access only default (index/index) but when i'm trying to access other controllers like contact/index this error is triggered.
When you are using both version of php (4 and 5) on the same web server, you have to make some workaround, by default the files with .php extensions are served to php4, in this way i just want to let the apache to know that from now on the .php extension files must be serverd to php 5.