Comments on: How to Redirect WWW to non WWW in HTACCESS https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/ All in one WordPress Service Thu, 19 Sep 2024 08:07:10 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Innocent Cyril Okwuchukwu https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-151978 Thu, 18 Aug 2022 14:57:17 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-151978 This is great I am happy to find myself here because I was looking for how to redirect my website from www to non-www and I have find it here
Thanks fixrunner just keep it up.

]]>
By: sami https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-103554 Sun, 14 Mar 2021 03:13:35 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-103554 hello. how about redirecting subdomain from www to https:// non www ?

]]>
By: Marlon Resler https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-87973 Tue, 20 Oct 2020 07:20:24 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-87973 In reply to Derek Phifer.

This is how it works from www to non-www

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.domain.com [NC]

RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]

]]>
By: Sam Mulaim https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-87975 Tue, 20 Oct 2020 03:23:10 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-87975 In reply to Marlon Resler.

Great, maybe pepole are looking for that as well.

]]>
By: Sam Mulaim https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-64444 Sat, 28 Dec 2019 11:29:09 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-64444 In reply to Derek Phifer.

Did you try to remove it ? it should not break but it you have issues just remove it , please post here an update.

]]>
By: Derek Phifer https://www.fixrunner.com/how-to-redirect-www-to-non-www-in-htaccess/#comment-63965 Fri, 27 Dec 2019 04:09:34 +0000 https://fixrunnersuppo.wpengine.com/?p=21444#comment-63965 I implemented this code, and it broke my site. I can’t even access it from the backend anymore…

]]>