Closed (fixed)
Project:
Front Page
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 03:04 UTC
Updated:
12 Nov 2009 at 10:16 UTC
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