Top "No-www" questions

The process of eliminating the usage of WWW to prefix URLs.

Nginx no-www to www and www to no-www

I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can't get …

redirect ubuntu nginx rackspace no-www
.htaccess Remove WWW from URL + Directories

This seems to be a non-issue for many people (read: I can't find an answer), but I would like to …

.htaccess url mod-rewrite no-www
htaccess redirect domain to https, subdomain to http and www to non-www

I’m trying to do that: Force the https for my main domain. http or https://www.domain.com -&…

.htaccess https no-www
Force non-www and https via htaccess

I'm trying to force a user to be redirected to the non-www website, and, force https. I've got this which …

.htaccess mod-rewrite https no-www
Remove www site-wide, force https on certain directories and http on the rest?

Firstly, I would like to remove the www. from my domain name http://www.example.com => http://example.com …

.htaccess mod-rewrite ssl https no-www
how to redirect www subdomain to non-www when domain is redirected to www

My primary domain is currently permanently redirected to www.mydomain.com (non-www to www redirection), with .htaccess as follows: RewriteCond %{…

apache .htaccess redirect subdomain no-www
domain without www not working, but with www is working on Azure

we have a site that we recently moved to Azure, did the DNS mapping for www.sitename.com and also …

azure dns no-www
www in domain not working in nginx

I'm new to using nginx, well, new to using anything that's not cpanel... I'm having problems getting domains to work …

nginx named no-www
Redirect NON-www to www for https

I've the following redirect RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{…

.htaccess redirect https http-redirect no-www