Project

General

Profile

Actions

Feature #50319

closed

improve domain handling

Added by Ralle Büchnitz almost 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2013-07-23
Due date:
% Done:

50%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

Domain handling could be improved and simplified by some more options like:
  • www
  • https

Right now you need to add at least two domain records. One for redirecting to the desired domain with or without 'www' and then the needed domain-record with your domain as string. I think every admin would do this due to duplicate content issues.

p.e.:
  1. typo3.org --> www.typo3.org (Redirect 301)
  2. www.typo3.org
If you add these two doamin-records now you need to be aware of the order inside the root page, don't you? And you need to test whether you need to add http://-prefix to a field or not. I usually test the behaviour by right clicking on the page-tree and open a new browser tab with the desired page. But this fails quite often because the generated link is something like this I would therefore change the mask as you can see in the attached picture.
  1. let the user decide whether to prefer www or not
  2. let the user decide whether to prefer https or http
  3. add a subdomain field to cover full subdomain support
  4. js-validate the domain (blank without www and http and so on) (absRefPrefix should go to another field)
  5. implement the redirection rules (first: http or https and thenn www or not)
  6. typo3 should build the final domain-string by stripping stuff and rearranging

Files

domain-records.png (26.9 KB) domain-records.png Ralle Büchnitz, 2013-07-23 09:19

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #34342: sys_domain: Extended list to match domainnames againstClosedStefan Neufeind2012-02-27

Actions
Actions

Also available in: Atom PDF