no-www Questions
6
I'm hosting a static websites on S3 with CloudFront.
Now, both www.example.com and example.com return the same, but I only want example.com to work, and www.example.com to redirect to example.com...
Anticathexis asked 15/4, 2017 at 14:7
19
Solved
I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can't get this sorted.
I want www.mysite.example to go to mysite.example as normal in .htaccess for S...
Vilberg asked 30/10, 2011 at 18:56
3
I have build a website for github pages with jekyll. I setted it up and everything seems to be fine, and my custom domain www.domain.tld is working.
But when I enter domain.tld in the browser, it l...
Weinhardt asked 5/1, 2020 at 0:58
4
Solved
I'm trying to force a user to be redirected to the non-www website, and, force https.
I've got this which sort of work, but doesn't force https, when http is entered.
RewriteEngine On
RewriteCon...
Condensable asked 14/6, 2011 at 16:55
5
I have the following code in my web-config to be able to redirect both the URLs with the prefix "www" and non-SSL requests to the https:// mydomain.com because the SSL certificate is registered to ...
Aam asked 25/4, 2014 at 8:15
2
Solved
I'm new to using nginx, well, new to using anything that's not cpanel... I'm having problems getting domains to work using nginx when you include www. in the url.
www.mydomain.com > not work 40...
4
Solved
we have a site that we recently moved to Azure, did the DNS mapping for www.sitename.com and also for sitename.com however when I access the site without any www prefix, it throws up an error. when...
5
Solved
This seems to be a non-issue for many people (read: I can't find an answer), but I would like to update the following htaccess code to not only remove the 'www' from the URL, but also any sub-direc...
Brandon asked 29/6, 2011 at 2:16
2
Solved
My primary domain is currently permanently redirected to www.mydomain.com (non-www to www redirection), with .htaccess as follows:
RewriteCond %{HTTP_HOST} ^mydomain.com$
RewriteRule ^/?$ "http\:\...
Fanchan asked 24/2, 2014 at 10:31
4
Solved
Firstly, I would like to remove the www. from my domain name
http://www.example.com => http://example.com
I would also like for certain directories to be secure (https), while the rest remain htt...
Nutter asked 16/11, 2010 at 10:1
4
This is a very specific question I have regarding redirection of a domain on network solutions to a webapp hosted on heroku. I have already set up so that in CNAME Records, Allias www refers to hos...
Millman asked 24/4, 2013 at 1:52
7
Solved
I setup a custom domain on GAE using the tutorial at aral balkan to access http;//app.apspot.com at http://app.com. (I can access the app at www.app.com)
The tutorial is pretty old(Sep 2008) and i...
Moony asked 30/1, 2011 at 23:33
0
I am using nginx 1.2.1 running in Ubuntu 12.10
I have followed the solution in https://mcmap.net/q/64399/-nginx-no-www-to-www-and-www-to-no-www
So my vhosts now look like:
server {
listen 80;
...
Ducks asked 28/2, 2014 at 10:53
2
Solved
any idea on how i can do this in Express 3.0? As the non-www url is causing very odd problems in different areas of the website.
Thanks!
Bureau asked 20/10, 2013 at 2:17
4
Solved
I know it is good practice to keep your website entirely 'http://www' or http://, and i'm also aware the www is just a subdomain.
The main question I have is Which one of these would be the best c...
2
I need a combination of redirects to achieve the following:
To redirect http://example.com to http://www.example.com, while redirecting https://www.example.com to https://example.com.
I would lik...
Chromaticness asked 23/5, 2012 at 17:58
1
© 2022 - 2024 — McMap. All rights reserved.