Hello, I want to rewrite something like this => http://www.test.com/profile/123_test.html to prof.php?id=123 And also if possible http://www.test.com/profile/test.html to prof.php?id=test When the url has no 123_ or any number and the _ char then it has to put the letters as id. If something like this is not possible is this possible => http://www.test.com/profile/123/test.html to prof.php?id=123 http://www.test.com/profile/test.html to prof2.php?id=test Can anyone helps me i tried already hours and hours but didn't find a working solution. Cheers Kris