How can I change this:
(1) http://test.com/?page=home
into this:
(2) http://test.com/home
I want it so that if you type (2) the server sends (1)
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.
This allows the user to type either
homeorhome/. Remove the/?if you don’t want to allow the trailing/.If you want it more dynamic and want any path like
/shopto redirect tohttp://test.com/?page=shopthen use this instead: