Hi everyone,
I am currently trying to setup some custom redirects - for example:
A user creates a certain content type -> and is then redirected to a certain page
or
A user edits a piece of content -> and is then redirected to a certain page
I have looked all over the forums and the articles on drupal.org but I cannot seem to get this working. I have tried:
- The module Custom Destination from http://drupal.org/project/customdestination (submitting the form didn't invoke a redirect)
- and creating my own module with the information from - http://drupal.org/node/134000
Nothing I've tried has redirected me - is there any sort of server config or .htaccess rule I need? If not, is there any other reason why these won't work?
Cheers, Garry.
Comments
A custom module should work.
A custom module should work. Did you see http://drupal.org/node/134000#comment-1556764 ? If yours isn't working, then post your code to the Module Development forum and perhaps someone can assist.