Subdomain is a domain which is a part of a larger domain. For example, 'sub.example.com' is subdomain of 'example.com' domain.
0
votes
0answers
15 views
Move a website to subdomain while preserving (rewriting) URLs
I'm considering to move the (Confluence) wiki content of www.site.com to the subdomain wiki.site.com to make room for a well-designed landing page (Wordpress) which should take the wiki's place on ...
0
votes
1answer
13 views
Using mixed A-Type and CNAME
A (IPv4 Adresszeiger)
doc.domain.de. IN A 301 to domain.atlassian.net
jira.domain.de. IN A 23.23.xx.xx
domain.de. IN A 301 to www.domain.de
work.domain.de. IN A ...
1
vote
0answers
26 views
create redirect of subdomain
I have a new app server that will run an ftp server and a few other things. It won't run a web server.
I want to put that app server on a subdomain so that I can access it. So ultimately I will be ...
1
vote
0answers
20 views
Website's url when tracking multiple subdomains in Google Analytics under one account [duplicate]
I would like to track a main domain in Google Analytics and also its multiple subdomains. But I would like each domain to have its profile, to be able to view every subdomain separately.
I made an ...
0
votes
1answer
26 views
How to retrieve PageRank for a blogger blog?
I know this sounds like a stupid/obvious question, but when I try to retrieve the page rank of my blog using online tools, I don't get any result.
My blog is know as ...
3
votes
2answers
51 views
Sub Domain Or Domain?
We have 2 different shopping carts sitting on the same server: www.HotBuckles.com - Retail www.HotBuckles.com/Wholesalebeltbuckles - Wholesale
We want to completely separate our main domain ...
2
votes
2answers
39 views
How do I map a customer's domain to a page in my website?
I'm considering starting a website that allows customers to map a domain they own and control, to their page or subdomain in my site. Do I need to have an IP address for each customer domain? Is this ...
1
vote
0answers
41 views
Google Analytics content drilldown displays folders which I do not have in my domain
Assume that I have the following folders in the root of my domain: programming, codesnippets, wordreminder. I am using Google Analytics content drilldown to see the statistics.
Apart from the above ...
1
vote
1answer
42 views
On shared hosting, all subdomains are hosted on the same server?
On shared web hosting, are all subdomains like foo.example.com and bar.example.com always hosted on the same server (same IP address)?
0
votes
1answer
81 views
Google search: how to filter results to display just subdomains homepage without pages or folders [closed]
What i want: I'm looking for way to retrieve list of all subdomains of a domain name without their inner pages and directories.
Current result page:
somesubdomain.domain.com/somepage.html
...
0
votes
0answers
22 views
Link building campaign for externally hosted sub-domain
I am launching a link building campaign for a sub-domain. I plan to ensure that the sub-domain receive enough links from the parent domain and external domains in order to speed up indexing and ...
1
vote
2answers
49 views
Redirect multiple cctld's subdomains to tld subdomain
I have a site I use for development testing on one of our development servers, it is hosted at dev.domain.com.
I basically want to have www.domain.com, www.domain.ca, fr.domain.ca all point to ...
1
vote
1answer
27 views
www.*.us.com not being indexed, but *.us.com is on Google Webmasters
I've read the FAQ and searched the help center. My URL is http://www.etechsupport.us.com.
I have also done 301 redirect of no-www to www.
But www is not being indexed by Google and no-www is. My SEO ...
0
votes
1answer
30 views
web url forwarding to different port and subdirectory
I would like to forward anyone going to subdomain.old-domain.com:8014 to this new address subdomain.new-domain.com:8000/subdirectory (note a different domain AND different port PLUS a subdirectory)
...
0
votes
1answer
30 views
Pointing a sub domain to another server using directi control panel while domain.com is not hosted
Do we of course need a host for domain.com? Unfortunately currently the host for domain.com is down, so sub.domain.com cannot be redirected to where it should.
Is there a way to at least activate the ...
5
votes
1answer
122 views
CNAME: does a cname change the url that the browser displays?
I have a web site www.somewhere.com and I want the alias fr.somewhere.com.
I set up a CNAME record for www.somewhere.com alias fr.somewhere.com. When a user types in http://fr.somewhere.com in their ...
1
vote
1answer
46 views
.htaccess Redirect based on subdomain
I'm looking for some help in accomplishing redirects based on the subdomain. For example if some tries to access:
http://1.test.com
it will redirect to:
/file.php?test=something
and if ...
2
votes
1answer
49 views
Moving site from its own domain to sub directory - updating webmaster tools
We've got a site info-graphic-site.com which is on its own domain, what we want to do is move it to our-main-site.com/infographic
I know how to move them and setup 301's but what I was wondering is ...
0
votes
1answer
39 views
Addon domains and SEO
I have a shared hosting account with a main domain and many add-on domains. I don't actually use the main domain, it just has a landing page.
Can I tell bots not to index the main domain WITHOUT ...
2
votes
5answers
140 views
Registering multiple domains vs. subdomains
We are currently planning on registering multiple domains for different parts of the website we own. For example consider that we have example.com as the main domain and have assigned all the ...
3
votes
2answers
108 views
Images on a subdomain, hosted on the same server — will simultaneous downloads increase? (CDN)
Browsers only allow you to download a limited number of concurrent files from the same domain.
Would a subdomain for images (basically as a content delivery network) on the same web hosting server ...
1
vote
1answer
77 views
creating unlimited sub domains programmatically through api
Note
Consider each subdomain as unique application instance
For information about application architecture visit
...
3
votes
2answers
88 views
The SEO Impact of Migrating from Free Hosting on WordPress.com to Own Hosting
I have a blog (which serves as a commercial site) hosted on free wordpress.com
Since I now want to customise and get ownership of the whole thing I am thinking of either self hosting or upgrading ...
2
votes
1answer
99 views
Maximum number of sub-domains? [duplicate]
If I own a domain (www.mydomain.com), what are the theoretical and practical limits on the number of sub-domains I can create (eg meta.mydomain.com, beta.mydomain.com)?
0
votes
0answers
26 views
Redirecting subfolder to a subdomain [duplicate]
My .htaccess is hiding a subfolder called Drupal and everything works fine, but when I enter to http://example.com/drupal it works also. How can I redirect everybody from that address to ...
0
votes
0answers
39 views
domain and subdomain working with drupal
I have a domain let its called www.example.com and I have a Drupal instance of this as a subdomain called dev.example.com. example.com is place directly at the root of public_html while the Drupal ...
0
votes
0answers
20 views
What are different types of redirects and when to use them? [closed]
The main types I know of are:
doing a 301 redirect in htaccess, by putting few lines in the .htaccess file, all requests are automatically redirected to a new address.
doing a CNAME redirect (not ...
2
votes
3answers
114 views
One domain and multiple website in folders
I am going to create a network with one domain, e.g. example.com then going to manage my websites in folders. Look below for example:
www.example.com/market
www.example.com/freebies
...
5
votes
1answer
147 views
Impact of dropping www from main URL on SEO
A client's website is currently at www.domain.com, with domain.com redirected there automatically. I've suggested that they reverse the redirection to drop the "www", so I can set up a subdomain that ...
2
votes
1answer
63 views
Set Up Subdomain For Demo Application. Index Or NoIndex?
I run a blog for programming and development tutorials. I am planning to set up a subdomain and host my exercises there for the visitors so that, they can experience the tutorials/ code examples in a ...
1
vote
3answers
127 views
Subdomain 000Webhost [closed]
I'm currently learning to create a blog using wordpress.org. My site is hosted free on 000webhost. I have trouble creating a Subdomain for my website. This is what I have done so far. Somebody please ...
3
votes
2answers
87 views
Redirecting WWW.website.com to website.com
I ranked my site at Nibble.com and i was going through everything, checking for ways to improve my website, and I noticed that www.website.com was classed as a duplicate of website.com. How do I ...
2
votes
2answers
64 views
How can I distinguish between two files with the same name in Google Analytics?
I've got two index.html files for different subdomains (www. and gametimer.smartersoftware.de). I have enabled sub-domain tracking in Google Analytics and posted the corresponding script.
However, I ...
1
vote
0answers
40 views
Defining pages by custom variable, reporting to Google Analytics
Does anyone know how I could add some information to my page (whether in a meta tag or some other way) to indicate to Google Analytics that a page is targeted to a certain segment?
This is pretty ...
5
votes
2answers
204 views
Are co.uk domains and the likes subdomains?
I was wondering, are co.uk domains and others with an additional dot subdomains? If not, why not, and if so, can you create sub-sub domains?
1
vote
1answer
76 views
Make all subdomains point to root unless otherwise specified
I'd like all subdomains that aren't being used for anything else to go straight to my domain.
ns1.mydomain.com. A 198.123.44.55
ns2.mydomain.com. A 198.123.44.66
*.mydomain.com. CNAME ...
2
votes
0answers
45 views
Find visitors to multiple subdomains on single visit with Google Analytics
I'm working on a site that has quite the backlog of Google Analytics data for their site network. One of our big questions is whether people enter on one site and move to another (and if so, of ...
1
vote
1answer
128 views
Website directory structure regarding subdomains, www, and “global” content
I am trying to make a homemade HTTP server. It occurs to me, though, I never fully understood what you might call "relativity" among web pages. I have come across that www. is a subdomain, and I ...
0
votes
1answer
62 views
Most efficient way to forward domain.com to example.com/subfolder?
Title says my entire question. I think I saw someone forward domain.com to example.com/subfolder and have spent about a week trying to figure out how to best do this..
My goal is to have user type in ...
1
vote
1answer
868 views
Webmin - Setting up multiple virtual hosts - Subdomains
Can someone please help me in using WEBMIN to setup virtual hosts.
My current domain www.MYDOMAINLOLFAKE.com currently functions.
Settings are as follows -
Apache -
Handles the name-based server ...
2
votes
1answer
98 views
Using a trademark as a subdomain?
Let's imagine a website that deals with cars: www.cars.com
In order to categorize his website, the webmaster decides to create subdomains for the most famous brands:
ford.cars.com
chrysler.cars.com
...
1
vote
0answers
45 views
1 Google Analytics account or top-level domain + profiles for sub-domains vs. 1 account for each sub-domain
We have the following websites
An online magazine Singapore edition - sg.abc.com
The same online magazine Malaysia edition - my.abc.com
Forums around the same subjects as the online magazine but ...
0
votes
1answer
167 views
Google Blogger Website CName and/or Text File Issues
I have a blogger Blog website and I would like to have it show up on my company website. I have read a couple articles out there on how to do it. A hand full of them talk about using FTP which is old ...
4
votes
1answer
147 views
Using subdomains for niche SEO
Simple question:
If I have a website offering website themes and I set up subdomains like builder.themes.com, artist.themes.com would that be more beneficial than having totally separate sites or ...
0
votes
0answers
20 views
Making sub domain the new main domains for ssl [duplicate]
Possible Duplicate:
301 redirect and page ranking
What would be your best advise for changing your main domain to a sub domain? Are site used to be example.co.uk but has now changed to ...
3
votes
1answer
106 views
Redirect subdomain to local PC
I have a home web server which is constantly running. Is it possible to create a subdomain which would redirect traffic to another local PC?
For example, I have one Server and one notebook (with web ...
0
votes
0answers
67 views
A record not resolving
I have a hosted domain at siteground. On this domain & host I have a subdomain with a wordpress install. I wish to move this blog to another host (hostgator), while keeping the domain with ...
2
votes
2answers
45 views
Is it fine to put different category of stuff in a single domain name?
I own a website which is regarding startups and finance. I am looking forward to work on Wordpress programming in which I would be selling wordpress themes. I thought of buying a domain name for ...
1
vote
1answer
50 views
Subdomain in Drupal to an already existing site
I would like to add to an existing site, which wasn't written in Drupal, a sub site, which is in Drupal. The existing site already has a domain, and this would be a sub domain. I'm using Apache2 and ...
0
votes
1answer
47 views
Upgrading Blog to WordPress, keep old one or redirect?
I have had a blog for around 4 years now that has gained some success and gets tons of residual and organic traffic. I am using an outdated version of BlogEngine.NET and we are going to switch to ...


