Bug #52181
closedIt seems as the domain record redirect handling is broken
0%
Description
http://dl.ivi-solutions.com/2013-09-23_1000.png
It used to forward to the redirect location, which is not the case:
- If the domain record is disabled, I get the "Ops..." error, as if the domain is not configured (realurl, domain records).
- If I add the domain record in a separate page folder (not part of the regular page tree), the domain is accepted in the browser, and the pages are shown. The domain is still the one which should be redirected, and it shows the homepage instead of the url given.
Updated by Jan-Hendrik Heuing about 11 years ago
The thing is here:
function getDomainStartPage() in PageRepository.php, calling $this->where_hid_del in the sql statement to select domain records and their startpages. As that will add AND pages.doktype<200 to the query, domain records hosted in sys folders are not redirected anymore.
I can not say if this is new, or if I just have used ordinary pages for this case. Either way: It might not be a bug, but on purpose, so I just change to a regular page and it works.
If it is not on purpose, I'd vote for opening this up ;-)
JH
Updated by Jan-Hendrik Heuing about 11 years ago
The thing is here:
function getDomainStartPage() in PageRepository.php, calling $this->where_hid_del in the sql statement to select domain records and their startpages. As that will add AND pages.doktype<200 to the query, domain records hosted in sys folders are not redirected anymore.
I can not say if this is new, or if I just have used ordinary pages for this case. Either way: It might not be a bug, but on purpose, so I just change to a regular page and it works.
If it is not on purpose, I'd vote for opening this up ;-)
JH
Updated by Mathias Schreiber almost 10 years ago
- Category set to Frontend
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Benni Mack about 6 years ago
- Status changed from New to Needs Feedback
Hey,
this issue should be fixed with 9 LTS and site handling. Please let us know if the new version will solve your issue, otherwise we'll close this ticket in the next weeks.
Benni.
Updated by Riccardo De Contardi almost 6 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards