This happened when i had a controller called Types and a file in my webroot called types.xsd. When i turned off Multiview in my site configuration file it started working.
<Directory ....>
Options Indexes FollowSymLinks MultiView
</Directory>
I just removed the MultView option for now.