Can I map the search result url to a static URL?
If you search stack, most search engine result url will be /?q=stack, but i want to map the result url to be /1
If you search overflow, the result url will be /2
…
What is your ideas?
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.
Yes, you could do this by treating the # in “/#” as a query string instead of a file. This can be done through your web server. You could store that Search_ID in the database with the associated results.