Hi All,

I'd like to rename plugin-wiki URLs.  
Instead of:  app/plugin_wiki/page/my-page,  I would prefer: 
 app/prettyurl/my-page

I can do this in routes.py  
routes-in:  ('/$a/prettyurl/$something',   '/$a/prettyurl/page/$something') 
 and reverse in routes-out

But then it doesn't work;  the problem is the hythen in 'my-page'.  Without 
any hyphens,  it is fine, but I need those hythens.

Is there any way of making this work?  

Regards,
David



-- 



Reply via email to