Hello, after reading http://erfurtwiki.sourceforge.net/ModRewriteUrls and the example in fragments/htaccess I'm still lost with setting up nice URLs for my project. Currently my URLs look like: http://www.example.com/?id=FrontPage and also http://example.com/?id=FrontPage In source code they read for example href="?id=FrontPage" I want them to look like: http://www.example.com/FrontPage and http://www.example.com/edit/FrontPage http://www.example.com/links/FrontPage http://www.example.com/info/FrontPage and also http://example.com/FrontPage http://example.com/edit/FrontPage http://example.com/links/FrontPage http://example.com/info/FrontPage Can you please help me with this problem. I'm very new to ModRewrite rules. Thank you very much, Tomas