Joomla 3.4.4 Hosting Tutorial – How to Redirect non-WWW to WWW in Joomla?

How to Redirect non-WWW to WWW in Joomla?

What is Joomla?

Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.

Best and Cheap Joomla 3.4.4 Hosting

Why You Should Use Joomla?

  • You can’t argue with 35 million downloads and counting, or as the Joomla website says, one download every 2.5 seconds. Impressive stuff.
  • Joomla!, so far, is the only big player that successfully adjusted to modern market needs. It doesn’t no longer address private website users (though it still can) but almost any-size websites with special and mixed requirements.
  • Joomla! is entirely driven by volunteers who help in the spirit of the GPL. There is no million dollar company behind but only countless people who – for free – help the project to keep going. Not bad what they achieved so far, huh? Now guess what would happen if even more people would help on the project. You can at any time, visit the volunteers portal and become a volunteer yourself!

SEO Tips: You Should Redirect Your non-WWW Joomla Site to WWW

For example, When trying to access our site via https://cheaphostingasp.net, it redirects to https://www.cheaphostingasp.net. Note the “www” in the second URL.

Technically, the non-www version and the www version are two different domains. So redirecting one to the other improves our SEO. Google and other search engines won’t have to worry about two different domains.

This tutorial will show you how to redirect your whole Joomla site to either non-www or www.

You will need t your .htaccess file and find the line that reads:

RewriteEngine On

To redirect non-www to www, add this code below it:

RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]

To redirect www to non-www, add this code after RewriteEngine On:

RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC] RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]

If the above didn’t work for you, check if you’re on an IIS server.

Best and Cheap Joomla 3.4.4 Hosting

To help you find the best Windows hosting provider that fully support Joomla 3.4.4, we will give you our recommendation. After we had reviewed 50+ providers, we found that ASPHostPortal is one of the best. They have expert Joomla support who always ready to help your problem, although with 99.99% uptime we think you won’t get any problem.

Best and Cheap Joomla 3.4.4 Hosting

Anjali Punjab

Anjali Punjab is a freelance writer, blogger, and ghostwriter who develops high-quality content for businesses. She is also a HubSpot Inbound Marketing Certified and Google Analytics Qualified Professional.