Redirect Loop
NSchade - January 15, 2009 - 22:21
| Project: | Front Page |
| Version: | 5.x-1.9 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I click on a link for the front page: https://foo.com
It says it is trying to go to http://foo.com/front_page
But then I receive the error:
"Safari can’t open the page.
Too many redirects occurred trying to open “https://foo.com/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page."
I seem to be having this problem with Safari but not Firefox

#1
I'm having this problem too on both firefox, chrome, and ie. my situation is the following:
1. i have a page outside drupal (land.php) where i want the visitors to go to when they first enter the website, so i changed .htaccess settings to go to land.php
2. land.php has 2 links for the visitors to choose their connection speed from so i show them the flash intro based on their connection speed. so they either go to lightning.php or turtle.php, both are outside drupal too.
3. after viewing the intro they click enter link which takes them to index.php which is the drupal installation.
now all of the above was working fine except for one thing, when visitors are inside drupal and click on the home link anywhere, they go back to land.php because it's now the default home page as specified in the .htaccess that i modified. I want the home link inside drupal to go to drupal home page.
i tried installing the frontpage module to solve this problem, i didnt change any settings except:
1. checked the box for "Override your HOME breadcrumb links" and put the value "index.php" in the "Redirect your site HOME links to:" textbox.
2. activated the frontpage settings by entering the value "front_page" in the "Default front page:" textbox.
now when visitors first enter the site they go to land.php, view the intro after selecting the connection speed, then when clicking enter i get this error message "This webpage has a redirect loop."
can anybody know what i'm doing wrong in this?
thanks a lot for your support.
edit: i'm using version 6, i dont know if i'll get a reply on this one because i see the message above me since january didn't get any reply, so i'll open a new issue for version 6.
#2
I can confirm this bug on d6 using index.php as your HOME redirect.