Feature Request - Cloudflare...

Permalink
Useful features are useful... Maybe we could implement this in Site wide Settings where users could type in their subdomain...

I don't know though... I put this in config/site.php. I don't know if it has to be there[?] Can/Should settings edit that file...? If not there's probably a better way to implement this.
<?php
if (strpos($_SERVER['HTTP_HOST'],'directsubdomain') !== FALSE) {
define('REDIRECT_TO_BASE_URL', false); }
?>

Just something to think about... I guess!