Comment on Where has the "www." gone?
nonentity@sh.itjust.works 1 week ago
I’ve always made the ‘www.’ work for any site I’ve administered, but they immediately redirect with a 301 to the same url without it. It’s never been necessary, and I’ve always found it an eyesore.
Start with reading the documentation that explains this config:
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1$1 [R=301,L]
meejle@piefed.world 1 week ago
I do the opposite. 😄
nonentity@sh.itjust.works 1 week ago
You’re free to be wrong.
Itdidnttrickledown@lemmy.world 1 week ago
You as well. You are free to do it your way as are they without either being wrong.