system
(system)
1
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…
system
(system)
2
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
system
(system)
3
ok, found…
I had to change UrlFormat to 'get' instead of 'path' but now the question is:
can modules be used with UrlFormat='path' ?