• I was looking for a plugin solution to redirect my website with www and my nephew suggest me this plugin. Only thing I did just added below line in “custom htaccess” box is:

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

    My website: https://www.epathagar.com is now redirecting to my website with www everytime.
    Thanks for the plugin.

  • The topic ‘Works just fine!’ is closed to new replies.