How to add a domain with capital letter?

zakazak

Verified User
Joined
Dec 20, 2018
Messages
34
Hallo again,

I just added a new user and a new domain and wondered how I can set the domain to always be with capital letters even if one access it with lower letters?
Basically always turn "a1234" into "A1234.com"

Thanks!
 
Short answer.
You don't. Domain name standards are case insensitive and will change anything to lowercase.
You can read the RFC about it here.
 
This doesn't make much sense as Richard G already told you. If you want the interface to show the domains with capital letters you can customize the Skin CSS and use:
HTML:
text-transform: uppercase;
 
Back
Top