Is it possible to change my url path from this, /amazon_store?SearchIndex=VideoGames&BrowseNode=14220161
to something cleaner like /xbox
Is it possible to change my url path from this, /amazon_store?SearchIndex=VideoGames&BrowseNode=14220161
to something cleaner like /xbox
Comments
Comment #1
rfayI would have thought you could do it with url aliases, but I just tried and failed. admin/config/search/path/add.
Perhaps you could do it with a rewrite rule in .htaccess.
You could *easily* use .htaccess redirect rules to set up a redirect xbox to /amazon_store?SearchIndex=VideoGames&BrowseNode=14220161
Comment #2
krymp commentedI tried the URL Alias earlier and got an error, I think its due to the symbols in the url because I can rewrite this path with no problem, /amazon_store.
I will see if there is another way before updating .htaccess
Comment #3
willvincent commentedShould be doable with Path Redirect without having to touch .htaccess
Comment #4
jstreifel commentedI went to Path Redirect and followed to the D7 version Redirect, installed module, and attempted to switch url from amazon_store?SearchIndex=MP3Downloads&BrowseNode=2334092011 to Products/MP3Downloads.
I get Page Not Found. URL looks like http://uber-source.com/Products/MP3Downloads?SearchIndex=MP3Downloads&Br...
I went to settings and unchecked Retain query string through redirect. Tried again and I get Page Not Found and url is http://uber-source.com/Products/MP3Downloads
What am I doing wrong?