Actions
Feature #34342
closedsys_domain: Extended list to match domainnames against
Start date:
2012-02-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It's quite some work to add like 50 alternative domainrecords to TYPO3. And domainrecords currently can't contain wildcards. However a wildcard-matching-functionality etc. is already present in t3lib_div with cmpFQDN().
Since TYPO3 itself demands one clean domainname in several places the idea came up to keep the one domainName per sys_domain-record but optionally allow for an extended list of domainnames to match. They could be comma-separated or line-separated and easily be fed through cmpFQDN() to find a matching record.
Actions