Hello.. At the root of my site... www.domain.com . want to add some static pages that the page url can be set from the user. So if the users set as url profile then full page url should be www.domain.com/profile .. So far a simple rewrite rule would do the job. trasnlate it to something like /staticpage.php?tag=profile
The problem that i want some pages like www.domain.com/shop at the root which arent static... So what can i do if all the requests for the main directory go to /staticpage.php?tag=$1 ?