hello.
So my site will have users, each user will have pages, like:
site.com/user1/page1
site.com/user2/page3
all folders/files must go do site.com/index.php.
(without loop ^^)
but even redirecting everything to site.com/index.php, when a user goes to site.com/user4/page3, the URL must stay the requested (site.com/user4/page3).
therefore, its best for the user, and i can process the requested URL in PHP, and manage the request.
so i will have nice url's, and will be easier for me to develop.