Feature #17153
closedDomain-entry-page without apache Redirect + Patch
0%
Description
Hello,
i've a webproject with a some domains domain1.tld and domain2.tld
my page tree looks like this
+ ROOT
+ Level 1
| - Level 12
+ Level 2
I add the first (domain1.tld) domain object in Level 1 and the second domain object in Level 2.
If i enter domain1.tld i see the content from level 1 but i cannot switch to level2 because the root for domain1.tld is Level 1 and it's not possible to reach Level 2.
Because of that, i use Redirects in my virtuals hosts (apache).
If i enter domain1.tld i'll redirect to http://domain1.tld/level1.html.
But this redirect need some time (maybe 0.1 - 0.2 seconds) and it's not so dynamic (if i cange the PID from Level 1).
For this i think it's important to implement the attached patch.
this patch allow to specify a Page ID for every Domain. The Content of this Page will be display without any redirect.
This is importand for Google SEO
(issue imported from #M5293)
Files