I am changing my site over from Google App Engine to rails and I would like to keep my place in google search. Currently my site uses a URL /page?pid=microsoft-interview-questions to access the Microsoft subsection of interview questions. How would I create a route that can send this to '/tags/:id' where :id would be microsoft in this case?
I am changing my site over from Google App Engine to rails and I
Share
In addition to josh’s answer I’ll put this here for formatting: