Hello everybody, thanks for reading! I want to make my site to work with seo friendly urls. Lets say, the urls would work something like this: if user types http://mydomain.com/typed-page/argument-one/ so in background apache would handle it as http://mydomain.com/typed-page.php?arg1=argument-one so after the domain name between slashes is the php filename, after that argument one. Anybody knows how to make this work? I'm really noob with rewriterules.
There is a guy over at WW that goes by JDMorgan. read his posts, you'll learn everything you'll ever need to know. Just google jdmorgan rewrite
seikoz: your solution is almost perfect, just extended after $1 with .php to work, thank you very much. rndm: thanks for the links, I'm checking it out right now!