url manager in module not working :(

I have this in my url manger:

‘blog/post/<id:\d+>’=>‘blog/posts/view’,

only it does not work… does the url manager work different for modules ?

did you look at typo "post" and "posts"?

no that is not a typo ;)

aw the scaffold code put some stuff in the url manager :P if i remove them it works again