views:

154

answers:

2

While submitting Drupal Story form default redirect URL

http://localhost/drupal/?q=node/20

I need to change into

http://localhost/drupal_new/xyz.php?q=node/20

A: 

Hi Srinu,

Once check it http://www.anil2u.info/2010/01/27/url-alias-in-drupal/

It may be useful for SEO urls in Drupal.

Anil Kumar Panigrahi
A: 

Looks like you'll need to implement a custom module for redirection.

Take a look at this page: http://drupal.org/node/134000, specifically the "How to override default form redirection" section. It talks about using the hook_form_alter() function for redirecting.

Jukebox

related questions