Actions
Feature #50319
closedimprove domain handling
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.:- typo3.org --> www.typo3.org (Redirect 301)
- www.typo3.org
- http//typo3.org (the http://-prefix is incomplete)
- let the user decide whether to prefer www or not
- let the user decide whether to prefer https or http
- add a subdomain field to cover full subdomain support
- js-validate the domain (blank without www and http and so on) (absRefPrefix should go to another field)
- implement the redirection rules (first: http or https and thenn www or not)
- typo3 should build the final domain-string by stripping stuff and rearranging
Files
Actions