I need help rewriting
online.php to -> /users/online
and
profile.php?id=3426 to -> /users/3426
and
users.php to -> /users
Would this be possible?
And is there any good mod_rewrite cheat sheets out there?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are the rules to get you started, I’ve assumed you want the visitor to see “users/online/” but actually deliver the content from online.php.
Because you are using the “users/” pseudo address for each of these, it is reasonably important what order you place the rules in.