on a related parallel a year later i really need to tweak server side .htaccess for how my ‘ions’ account handles the packets from my webserver. which is complicated.
its running 200+ domains as apache2.x vhosts. without adding any more complexity, you can see how i have the following problem without editing apache.conf (does anyone want to do that, ever?) lol no we dont.
i have this problem:
a domain hosted as dns only and apportioned like the tutorial “learn how” in “customize’”.
i have all that plugged in. and i know its in the right places, (unless specifying the internal write-as username as the cname value messes things up and that itself is causing all myproblems) but i cant get myblog to resolve otherwise all four ways,
and so far all four ways dontwork and its really driving me nuts.
i can see the tweak id need to make on your end:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
but also i know how picky this crap is, and how it has definite problems with redundancy that are actually design cues to prevent us from ruining the internet by trying to implement what we are but making sure that it is never done just the wrong way. (good systems design, dns.)
but okay so, its making problems for me here.
i cannot access the same domain as “FQDN” , FQDN+www, FQDN+https, FQDN+(permutations therein )
they dont all work, and the options combination to get it to work i dont think is accessible to me, and i have a lot of eeyeballs on my stuff, lol so i want people to feel “secure” reading it
even though as data scientists we all know how funny that is. but wish itwasnt so and want to fix it.