Hi, We have a routes.ini file that looks like:
routes.abc.route = "tell-me-more/blog/:post_slug" routes.abc.defaults.post_slug = "" routes.abc.defaults.module = "default" routes.abc.defaults.controller = "tellMeMore" ; <<--- LOOK routes.abc.defaults.action = "blog" This WORKS on WinXP and Mac but NOT on Linux (PHP 5.2) [[cat /proc/version == Linux version 2.6.18-164.11.1.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Wed Jan 20 07:39:04 EST 2010]] routes.abc.route = "tell-me-more/blog/:post_slug" routes.abc.defaults.post_slug = "" routes.abc.defaults.module = "default" routes.abc.defaults.controller = "tell-me-more" ; <<--- LOOK routes.abc.defaults.action = "blog" This works on all systems. Curious?! Cheers, monk.e.boy -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Router-routes-ini-Linux-Windows-Mac-differences-tp3701008p3701008.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
