Smooth
Active member
Hi,
Quick one that has been making my head hurt and me to break things over and over.
Standard apache htaccess:
Is working well for forcing https, but how is that amended to force non www?
Thanks!
Quick one that has been making my head hurt and me to break things over and over.
Standard apache htaccess:
Code:
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domainname.com/$1 [R,L]
Is working well for forcing https, but how is that amended to force non www?
Thanks!