Redirect non www to www using your domain name
RewriteCond %{HTTP_HOST} ^example.com$ RewriteRule (.*) http://www.example.com/\ [R=301,L]
Or use this for any domain:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/\ [R=301,L]
If you have ssl enabled then add this two line for http to https redirect
RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
comments
Introduction Creating a successful Facebook ad campaign is essential for small and medium-sized businesses looking… Read More
Introduction In 2025, Facebook remains one of the most powerful platforms for small and medium-sized… Read More
Expert traders have honed their craft over years of market observation, trial, and error. Their… Read More
Overview As we step into 2025, mastering Google Ads PPC strategies is essential for businesses… Read More
Introduction to TF-IDF: A Beginner's Guide with Real-World Examples Search engines like Google aim to… Read More
Introduction In today’s world, rising energy costs are a concern for many households. But what… Read More
This website uses cookies.