routes modules debugging

I have following problem:

if I try to load

http://localhost/blo…uthItem/install

noting happens and I see http://localhost/blog/index.php

same if I try

http://localhost/blo…x.php?r=rubbish

what is the right way to see if the route is correct? (obviously the path is ok)

what is the right way of logging/seeing what is going on?

Sorry, I am new to Yii…

ps: note that the problem is not connected to modules, apparently…

in the standard blog application

http://localhost/blo…php/post/admin

works, but

http://localhost/blo…hp?r=post/admin

does not

ok, found…

I had to change UrlFormat to 'get' instead of 'path' but now the question is:

can modules be used with UrlFormat='path' ?