Please help me. How can I do for http://www.example.com/search.php?q=skipsoft to http://www.example.com/skipsoft?
Please help me. How can I do for www.example.com/search.php?q=skipsoft to www.example.com/skipsoft?
Share
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.
If you want to redirect everything you can do something like this in your
.htaccessfile if you’re using apache:But I would recommend something like this:
This will match http://www.yourdomain.com/s/author to http://www.yourdomain.com/search.php?q=author.