Redirecting D6/drupal-6.4/ to <front> no longer works.

Comments

dave reid’s picture

Thanks for the report mikeytown2! I'll take a look into it and get back to you.

mikeytown2’s picture

Title: Last update broke a 303 Redirect » Last update broke a 301 Redirect
dave reid’s picture

Status: Active » Fixed

Alright I think I figured out what was wrong. Beginning and trailing slashes in the 'from' path should be removed before the value is inserted into the database. I have fixed the issue in 6.x-1.x and even added a test to make sure it doesn't happen again.

mradamjohn’s picture

Is one symptom of this problem failure for page load?
IE prompts download of index.php after install.. I think it is related here.

More verbose description of the symptoms/history;
multi domain setup, all domains worked.
path redirect installed on domain.com
domain.com loads normally in all respects when using FF
domain.com/index.php path is specified IE loads, otherwise download prompted of index.php
path redirect disabled, problem persists
path redirect uninstalled, problem persists

dave reid’s picture

@LiveLoveWorkPlay If that's the case, then path redirect is at no fault here since you uninstalled the module and the problem persists. Sounds like a PHP or web server configuration issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.