Showing posts with label #www. Show all posts
Showing posts with label #www. Show all posts

Thursday, January 31, 2019

Website Builders: WordPress vs Squarespace



WordPress and Squarespace are the two most popular website building platforms among small business owners. WordPress is a free, open source, and perhaps the most flexible website builder you’ll find out there. Squarespace is no pushover either. Boasting high-quality designer templates to easily build a site, it has a large number of dedicated users who keep increasing by the day. Below, we compare the two platforms side by side to help you pick the best website platform for your organization.



Friday, November 18, 2016

Automatic www/non-www URL handling

When you set up a website, there are two ways people can access it: www.yourdomain.com, or just yourdomain.com. This creates a couple of problems. First, unless you've set the site's cookie domain to .yourdomain.com, when someone logs in at yourdomain.com they won't be logged in at www.yourdomain.com -- which leaves them confused if they end up on the other version from a link they found somewhere. Secondly, search engines don't like the duplication.

The solution for this has always been to add redirection into the .htaccess file to redirect www URLs to their non-www equivalents or vice versa. Many of you have done this in WSN using the extra .htaccess content option in the SEO settings.

The latest WSN 10 beta adds automatic handling of this situation, whenever URL rewriting is enabled on a site. It checks the directory url value to see whether you want www or not, so you can change it either by changing the directory URL at Admin -> Settings -> System Configuation or by changing the selection at Admin -> Settings -> SEO -> Domain Format (which will in turn update your directory URL for you). WSN writes the appropriate redirection rules to the .htaccess automatically.

Having a duplicate redirection (one you set in the extra .htaccess content as well as the new automatic redirection) shouldn't be a problem, works fine in my tests, so you don't have to change anything -- but can feel free to remove any redirection you added whenever you're ready, for clarity.