Hello,
This module seems to check the referrer in order to decide wether it should redirect or not.
When i visit the site's root directory from an url that contains the site url (e.g. http://www.anonym.to/?http://www.example.com/ ) i'm redirected to the front page (e.g. http://www.anonym.to/?http://www.example.com/frontpage ).
Kind regards,
nocte
Comments
Comment #1
dublin drupaller commentedyou need to create a simple php script to put into your front page settings that checks the referrer (where the visitor has come from) and then use the drupal_goto function to redirect them.
Something like this:
hope that helps