www to non www redirect

#642765
  • Resolved Anonymous
    Rank Math free

    I want to redirect his domain to non www domain

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

    this is the code that I used in my htaccess file. Not sure why it’s not redirecting. Kindly check and let me know.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    We’ve checked your website and it looks like your site is on the Nginx server. In such a case, the htaccess rule will not work on your website.

    You can try to follow this guideline to redirect your website from www to non-www: https://driesdeboosere.dev/blog/how-to-redirect-www-to-non-www-with-nginx/

    Or, you can get in touch with your hosting provider and they will help you to achieve this redirection.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘www to non www redirect’ is closed to new replies.