Closed (works as designed)
Project:
Search 404
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2010 at 16:26 UTC
Updated:
19 Dec 2010 at 21:09 UTC
ebuilt my site with drupal and clean urls along with pathauto etc
Old urls were something like http://www.animeomnitude.com/?page=c...ch/johnnybosch. However now, when someone clicks that from a search engine it goes to my main page rather than http://www.animeomnitude.com/intervi...osch-interview
What kinda redirect can I set up so /?page=* goes to the most related page to the keywords?
Comments
Comment #1
adamus_maximus commentedI've only been Drupaling a month now, but I think I have your answer.
Try using module "customerror", along with "search404". You can assign specific redirects in the "redirects" section.
If none of your configured redirects match, it'll run your chunk of PHP code instead. In that chunk, you can run more complicated logic as to where to redirect to, or what message to display, or what links to display. If after all that you still can't figure out where to send them, you can send them to the search404 page with
Good luck
Comment #2
zyxware commentedClosing issue