Page 1 of 1
Case Insensitive URLs with Zend Framework
Posted: Tue Apr 20, 2010 5:54 am
by onion2k
How do I set Zend Framework, specifically Zend Application, to use case insensitive URLs? At the moment if I go to domain.com/FAQs it loads the FaqsController object fine but then it tries to use a view called "fa-qs/index.phtml". Where is that hyphen coming from?
Re: Case Insensitive URLs with Zend Framework
Posted: Tue Apr 20, 2010 11:03 am
by Eran
I've never experienced this. No matter what case the URLs I put in my ZF application it always treats it as lowercase
Re: Case Insensitive URLs with Zend Framework
Posted: Wed Apr 21, 2010 3:43 am
by onion2k
I've spent a heck of a lot of time on it now and I've still not figured out the problem. I can only assume it's something to do with Zend Application and how it handles case in URLs. Maybe I'll be able to fix it with more tinkering. Hope so anyway.
Re: Case Insensitive URLs with Zend Framework
Posted: Wed Apr 21, 2010 4:03 am
by Eran
What version of the framework are you using? you could check their issue tracker, there might be a fix for this