Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
1k views

GAE naked to www custom domain mapping does not work

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 it ...
4
votes
1answer
976 views

Technical/Programming/Non-SEO Pros and Cons of WWW or no-WWW?

What are technical/programming/non-SEO pros and cons of www or no-www, for domains as well as sub-domains? From Jeff Atwood's twitter at http://twitter.com/codinghorror/status/1637428313 : "sort of ...
3
votes
3answers
152 views

How does one eliminate the “www.” at the beginning of urls at the server?

Poorly worded title, but what I want is to do essentially what StackOverflow does when someone types in www.stackoverflow.com: it redirects immediately to stackoverflow.com, eliminating the www. ...
2
votes
1answer
141 views

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

I am using nginx on Rackspace cloud following a tutorial, searched the net and so far can't get this sorted. I want www.mysite.com to go to mysite.com as normal in .htaccess for seo and other ...
2
votes
4answers
133 views

Difference between http://example.com and http://www.example.com

I getting a exception to retrieve session value in following condition. if I open site with this link http://example.com and assign session value Page will be redirect to the another site ...
2
votes
2answers
367 views

ASP.NET MVC 2 Redirect from non-www to www

I found solutions for redirecting from www to non-www but not vice versa. Is there any "simple" solution to do this? And what is the difference between www or non-www? Which one should I use? Is it ...
2
votes
2answers
282 views

non-www to www htaccess redirect

I have a .net url which works perfectly with the www in front of it but when the url is just http://example.net its bringing up an under construction page. I have tried all sorts of .htaccess files ...
2
votes
2answers
202 views

What are the pros and cons of a default URL with www or without www?

We need to default URL to unique name. If it is www then with no prefix or vice versa. So decision to be made is either stick with www or with no prefix. With no prefix cookie is set for all sub ...
2
votes
3answers
378 views

Which canonical name is better? www or non-www? [closed]

I am having a confusion which domain to go with. domain or www.domain I dont care about the redirections between each other. I would like to know which one is better in any ways. Update: Greg's ...
1
vote
0answers
52 views

Xbap Application behavior change with or without “www”

We are writing and running a xbap application. We use URL parameters to change the application's behaviour when the user logs in. To do that we use ...
1
vote
1answer
61 views

Remove www. in directory only

I'm trying to remove the www. for a single directory called dir (for example). I need to be able to do this from the .htaccess file in that directory. (I don't have root access.) Any idea how to make ...
1
vote
0answers
115 views

Canonical no-www URLs with Rails 3?

What do you think about this solution? The idea is to make the no-www version as the canonical one. So we simply strip out the 'www.' from the request url: != '<link rel="canonical" href="' + ...
1
vote
1answer
213 views

WinHttp doesn't work when hostname doesn't contains www. (error 12029)

I am testing this winhttp example from http://msdn.microsoft.com/en-us/library/aa384270%28v=vs.85%29.aspx DWORD dwSize = 0; DWORD dwDownloaded = 0; LPSTR pszOutBuffer; BOOL bResults = FALSE; ...
1
vote
3answers
464 views

force SSL and no WWW on Apache

I'm having trouble coming up with the proper syntax to accomplish both forcing the SSL and no WWW. EDIT I've been able to accomplish each task separately but when combining the two i find myself ...
1
vote
2answers
801 views

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.mydomain.com => http://mydomain.com I would also like for certain directories to be secure (https), while the rest remain http ...
0
votes
1answer
19 views

htaccess server error when removing www from url

.htacess error <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www.netsentries.com RewriteRule ^(.*)$ http://netsentries/$1 [R=301,L] RewriteBase / RewriteRule ...
0
votes
1answer
97 views

removing www and index.php from url in symfony

I've been searching for like 3 or 4 hours without any result(before searching I played with rules for an hour but couldn't do it) I don't know if you've noticed or no but google uses www like this ...
0
votes
1answer
49 views

Adding “www” with mod_rewrite [closed]

Possible Duplicate: 301 redirect non-www to www not always working I have a web site and it is possible to access it with both "www" and without "www" (e.g. www.example.com and ...
0
votes
0answers
52 views

::: ' WWW ' alias problem

I have a domain name related to a dedicated server, In the last week I've accessed many times without using the alias "www" but this day when I tried to enter it didn't enter and now I'm obliged to ...
0
votes
2answers
137 views

.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 update the following htaccess code to not only remove the 'www' from the URL, but also any ...
0
votes
1answer
119 views

ASP.net simple rewrite rule

I'm trying to rewrite non www to www domains. I've tried the rule: <rewrite url="http://domain\.com(.+)" to="http://www.domain.com$1" /> But to no avail. It just continues to allow access ...
0
votes
1answer
217 views

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 sort of work, but doesn't force https, when http is entered. RewriteEngine On RewriteCond ...
0
votes
1answer
71 views

Redirect non-www domain but not IP's

I am looking for a way to rewrite non-www-domains to www-domains, while at the same time not redirecting direct IP-requests. I have multiple sites on the same server - that is: a default ...
0
votes
3answers
203 views

Cons and Pros of Protocol-Less-Urls “//site.org” vs “http://www.site.org”

As I am uncertain yet which version to settle with http://www.site.org OR http://site.org (eventually I have to choose but for now I cannot choose). Meanwhile I want to promote my site online: post a ...
0
votes
1answer
127 views

www site shows blank screen (read http header in Firebug?)

My domain http://bretthowardsproul.com is active but the www version, www.bretthowardsproul.com , shows a blank screen. I added this .htaccess but it doesn't change the results: # Redirect www to ...
0
votes
1answer
102 views

Consistent Use Of WWW / NON-WWW affecting Website Speed, CDN Resolve Time Amongst Others: WHICH ONE TO CHOOSE?

This question is an continuation on another StackOverflow post where no clear answer is given. (Moderators hungry for flagging, pease read this entire post on Stack overflow first!) SITUATION You ...
0
votes
1answer
514 views

.htaccess: non-www to www + extensionless urls + no index

I would have thought this would be better documented somewhere, but cannot find much information on the subject. Basically I'm using htaccess to instill 3 rules on the site i'm working on: Redirect ...
0
votes
3answers
393 views

Django sitemap intermittent www

The automatic sitemap for my Django site fluctuates between including the www on urls and leaving it out (I'm aiming to have it in all the time). This has ramifications in google not indexing my pages ...
0
votes
4answers
561 views

htaccess and no www

I am trying to redirect my whole site to non-www here is the htaccess code I am using # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} ...
0
votes
3answers
55 views

.htaccess redirection - two sharing websites

I have two websites that is actually the same where example.com shares all files from examples.com. So whatever changes made in exampples.com, example.com automatically gets updated. That means they ...
0
votes
3answers
2k views

WWW to non-WWW Redirect with PHP

I want to redirect all www.domain.com requests to domain.com with PHP, basically: if (substr($_SERVER['SERVER_NAME'], 0, 4) === 'www.') { header('Location: http://' . ...
-1
votes
1answer
132 views

Universal list of domain endings?

Does anyone know where I could find a list of all publicly available domain endings? By "domain endings", I'm not necessarily referring to TLDs as I'm not interested in the .uk part of .co.uk since ...
-1
votes
3answers
40 views

www redirection for co.in and co.uk [closed]

Anyone please help me to redirect in apache webserver My domains which have .co.in extensions http://domain.co.in should be redirected to http://www.domain.co.in