Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding something like:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.your_domain\.com$ [NC]
    RewriteRule ^(.*)$ https://your_domain.com/$1 [R=301,L]

    to your root .htaccess file. That should redirect all calls to the www url to the non-www url.

    Thread Starter thund5000

    (@thund5000)

    Thanks you Esmi, I tried adding that code on .htaccess but when still I can visit the site using with www.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable site using www.’ is closed to new replies.