Closed (duplicate)
Project:
Path redirect
Version:
6.x-1.0-beta6
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 13:50 UTC
Updated:
6 Oct 2010 at 15:52 UTC
I need to redirect from a fixed node node/152 to a dynamically generated page view (Views let me set the path). Both paths then are valid.
Your description of the module does not mention anything about not being able to do that. It is only when people fail that they start looking in the issue and find that it cannot be done.
Would it be possible to direct me which module I could use and perhaps change the main page to avoid this misunderstanding.
Thanks so much, and sorry for the trouble.
Comments
Comment #1
rafinskipg commentedI want to know how to do the same thing for "user/register" to force redirect to front page.
(In your case you can create a node.tpl.php, check if the node is "152" and then make a "drupal_goto()" function to your desired page)
Comment #2
dave reidSee #615008: "Forced" path redirect - override the existing path or alias. Note if you add the redirect manually in the path_redirect table, it works just fine.