I have been gettin to grips with ZF for a few months now and never
encountered any routing issues with 1.7.

Since moving to 1.8 I was playing around with a modular structure and at
first thought it worked. When I loaded up http://mysite/ it directed me to
default/index/index (module/controller/action) as it should.

I then realised, however, that when i actually tried to load up 
http://mysite/default/index/index http://mysite/default/index/index  or 
http://mysite/index/index http://mysite/index/index  it wasn't routing to
the controllers and was instead showing me an error page.

At first I believed I had configured something wrongly but I have since made
a new project using Zend_Tool and encountered the same problem. I didn't
change anything and kept the project exactly as it was created but still
have the same problem.

I was looking at:

http://www.nabble.com/Router-problem-td5646785.html#a5656125
http://www.nabble.com/Router-problem-td5646785.html#a5656125 

and wonder if this is similar. Unfortunately the actual problem isn't very
well described in that thread and I'm a bit tired so I'm unclear whether or
not these issues are related or not.

As I have said everything is exactly as it is when you create a fresh
project using Zend_Tool. It all loads fine when using the base URL for the
site and problems only arrise when you actually try to route to specific
modules/controllers/actions.

Any advice would be greatly appreciated,

Matt
-- 
View this message in context: 
http://www.nabble.com/Zend-1.8-routing-issues-tp23407568p23407568.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to