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

rafinskipg’s picture

I 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)

dave reid’s picture

Status: Active » Closed (duplicate)

See #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.