Tagged Questions

a subdomain is a domain that is part of a larger domain and is commonly used by organizations that wish to assign a unique name to a particular department, function, or service related to the organization.

learn more… | top users | synonyms

20
votes
7answers
11k views

Create Subdomains on the fly with .htaccess (PHP)

I am looking to create a system which on signup will create a subdomain on my website for the users account area. e.g. johndoe.website.com I think it would be something to do with the .htaccess ...
7
votes
2answers
2k views

Rails, Capybara and subdomains: how to visit certain subdomain

Rails 3, Cucumber 0.9.4, Capybara 0.4.0 I want to test my features with subdomain. I found that solution: Given /^I visit subdomain "(.+)"$/ do |sub| Capybara.default_host = "#{sub}.example.com" ...
7
votes
1answer
193 views

Can subdomain.example.com set a cookie that can be read by example.com?

I simply cannot believe this is quite so hard to determine. Even having read the RFCs, it's not clear to me if a server at subdomain.example.com can set a cookie that can be read by example.com. ...
7
votes
6answers
8k views

Best way for allowing subdomain session cookies using Tomcat

By default tomcat will create a session cookie for the current domain. If you are on www.example.com, your cookie will be created for www.example.com (will only work on www.example.com). Whereas for ...
5
votes
2answers
267 views

PHP url functions and subdomains

I have a website thenoblesite.com. It has some subdomains i.e. download.thenoblesite.com wallpaper.thenoblesite.com etc. Pages for subdomains are present in the main htdocs folder i.e. ...
5
votes
2answers
330 views

Wildcard subdomains for a single codeigniter application

Basically I'm trying to make a codeigniter app with localization subdomains such that if I access: ca.site.com -> it would run the same system but shows canadian content. us.site.com -> still runs ...
4
votes
3answers
96 views

Best practices for maintaining assets accross (sub)domains?

My webserver filesystem is equivalent to the following: /master-domain.tld /master-domain.tld/assets/js/foo.js /master-domain.tld/assets/css/bar.css /sub1.master-domain.tld ...
4
votes
2answers
329 views

C#/ASP.NET: can't remove cookies with Domain property specified

I have the following code in my login method: Response.Cookies["cookie"].Value = "..."; Response.Cookies["cookie"].Domain = "domain.com"; This way the cookie is put into the main domain and all ...
4
votes
1answer
162 views

Assigning and Passing Sessions Variables Between Subdomains

I am going to create a site that will have have multiple subdomains. For an example: shop.domain.com blog.domain.com news.domain.com account.domain.com I would like to know if session variables ...
4
votes
2answers
688 views

Django: how to store subdomain-based authentication usernames?

I need to create a subdomain based authentication system, like the one 37signals, freshbooks, codebase use. That is, each subdomain of my main application needs to have its own username namespace. I ...
3
votes
1answer
58 views

MVC 3 Redirect to Action on Subdomain

I have a website I am developing (http://www.mywebsite.com/) that makes use of subdomains. Basically what I want is when you go to: http://www.mywebsite.com/Redirect, it redirects you to ...
3
votes
1answer
59 views

Subdomains for redirection only

My domain is meeting.com. I work with PHP, jQuery, for the main part. No ASP. When a user creates an account, I'd like a subdomain user.meeting.com to be created for REDIRECTION purposes only. I ...
3
votes
1answer
222 views

Running a Zend Framework App on a shared hosting that is also a subdomain

I build a Zend Framework application with help of the Zend tool and had it running on my own XAMPP installation and a home XAMPP server (both windows). Now I'm moving it to a linux shared hosting ...
3
votes
2answers
303 views

Sharing a session between Ruby and PHP

Is it possible to share a session between my PHP app on a subdomain and my Ruby apps on my other subdomains? I don't really know where to take it from here. I know I can manually set the domain to ...
3
votes
3answers
927 views

How do I create an admin subdomain to manage subdomains in Rails

I am using AuthLogic and the subdomain method that dhh covered in this blog post, everything is working great, and as expected. What I'm trying to figure out is how to create a subdomain like 'admin' ...
3
votes
2answers
890 views

Creating Subdomains Programmatically

I am looking for a solution to create subdomains pragmatically in ASP.NET, ASP.NET MVC and PHP. Specifically, a user profile page should resolve for both: www.domain.com/profilename or ...
2
votes
2answers
65 views

Remove wildcard subdomains but not existing ones with .htaccess

Hello! I'm trying to set up my .htaccess file for wildcard subdomains, but I really have no clue how to do that. I have "domain2" pointing to "domain1" as an alias, which is working perfectly, ...
2
votes
1answer
104 views

How can I programmatically generate Heroku-like subdomain names?

We've all seen the interesting subdomains that you get automatically assigned when you deploy an app to Heroku with a bare "heroku create". Some examples: blazing-mist-4652, electric-night-4641, ...
2
votes
2answers
94 views

ASP MVC routing works differently in a subdomain

I have an application hosted on an Amazon server with two instances, one for test and one for production. ie. On server 123.456.789.123 the app instances are - wwwroot/myappuat - wwwroot/myappprod ...
2
votes
1answer
285 views

rails 3 sessions across subdomains not working in Internet Explorer

I am working on a rails 3 application which use subdomains. I used railscasts #221 "Subdomains in rails 3" (http://railscasts.com/episodes/221-subdomains-in-rails-3) as a guide and everything goes ...
2
votes
3answers
291 views

Forms authentication & subdomain

I'm trying to use forms authentication that will work for both my top level domain & sub domains. for example, if I log in with this domain: mydomain.com and afterwards going to www.mydomain.com ...
2
votes
1answer
127 views

Domain and/or subdomain sharing of folder(s) in Visual Studio and on IIS7 - How to?

I'm in the process of completely redesigning/redeveloping our corporate website, and am about to set up the skeleton in VS2010 and TFS, as well as get things prepped in our DEV and QA environments. ...
2
votes
1answer
332 views

Pointing subdomain to specific url in Django

I have a Django site, working on mod_wsgi and Apache. (eg, example.com) I made a subdomain (eg, info.example.com) and want to point it to app in the existing project. Is it possible, that I have one ...
2
votes
1answer
121 views

Setting subdomain right for an ASP.net application

I got a hosting with some provider with a domain name e.g. "domain.com". I then added a new folder e.g. "/blog". Then created a subdomain "blog.domain.com" and made it point to the /blog folder. ...
2
votes
1answer
623 views

Delete Session Cookies Across Multiple Subdomains in Rails 3

I'm building a rails app that works similar to Wufoo. When you sign up you get a subdomain, and you can log in on the home page. The app is working, so that when you log in, you get redirected to your ...
2
votes
4answers
588 views

.htaccess subdomains redirect is not working

Ok, now I am lost. I am trying to do a simple .htaccess redirect of subdomains to a specific folder on the server, meaning all subdomain.mywebsite.com will go to www.mywebsite.com/s_subdomain ...
2
votes
2answers
567 views

Multiple PostgreSQL schemas and users on Django with subdomains

I have seen various questions on multi-site and multi-host Django, including subdomains and specific schemas per subdomain. What I have not seen is a solution (or tips so I can code one) to this ...
2
votes
1answer
139 views

Managing subdomains

What are the best practices and solutions for managing dynamic subdomains in different technologies and frameworks? I am searching for something to implement in my Django project but those solutions ...
2
votes
1answer
549 views

dynamic sub-domain creation with PHP in a linux based server

I want to create sub-domains using PHP on the fly. Suppose a user registers himself as a name "ABC". Then I want to create a sub-domain named 'ABC.mydomain.com' automatically by PHP. I'm using a linux ...
2
votes
3answers
129 views

mod_rewrite: hierarchical sub-domains into hierarchical sub-directories

Consider the following problem, please. I have got domain.tld with hierarchical sub-domains like the following: a.domain.tld b.a.domain.tld c.b.a.domain.tld ... etc. There is also hypothetical ...
2
votes
1answer
296 views

Django to use different settings.py file based on subdomains

How can Django use different settings.py file based on subdomains. Can these utilities ("django-admin", "python manage.py") still be used if there were different settings connecting to different ...
2
votes
3answers
191 views

How to get personalized sub-domains for users and make them work?

Say I have a site hosted on example.com, now I want each of my registered user to get a personalized sub-domain, e.g Alice should normally gets alice.example.com as her sub-domain. While actually ...
2
votes
3answers
1k views

PHP setcookie() for domain but NOT subdomains

Is there any way to set a cookie that is not readable on subdomains? In other words, have the cookie available on domain.com, but not www.domain.com or xyz.domain.com. //this is what i'm ...
2
votes
1answer
402 views

Why are some websites spread across www2, www3 sub-domains whilst others manage scaling without it?

I know it's to do with having a variety of load balancing servers, but why do some sites make use of differently named "www" sub domains (www2.somesite.com, www3.somesite.com etc) where as other can ...
2
votes
3answers
739 views

Routing image requests to separate subdomains

First, a bit of background info: The HTTP 1.1 specification, circa 1999, recommends that browsers and servers limit parallel requests to the same hostname to two. (more) If you carry on reading ...
2
votes
1answer
505 views

will the use of multiple subdomains speed up my website?

i am considering moving my images to a subdomain on my website, and i read somewhere that moving the script to a different one would make it even faster! is it really true? or should i just leave it ...
2
votes
1answer
963 views

Wildcard Subdomain Setup on Windows 2003

I am trying to setup an internal staging server for a web application that relies on wildcard subdomains. I would appreciate some guidance in how to setup wildcard subdomains with Windows Server ...
1
vote
2answers
58 views

Is there a way to find all existing subdomains of one main domain?

I work for Johns Hopkins University, and our web culture here has been an unruled wilderness for many years. We're trying to get a handle on the enormous number of registered subdomains across our ...
1
vote
1answer
29 views

Rails 3 - Same controller for two subdomains different scopes

I want to use the same controller for 2 subdomains but with different scope. For example (in my routes.rb): constraints :subdomain => "admin" do resources :photos end constraints :subdomain ...
1
vote
1answer
43 views

Cross subdomain cookie handling for session?

Is it possible to set an auth cookie that would be valid on: sub1.domain.com sub2.domain.com Or will each subdomain always require it's own cookie?
1
vote
1answer
62 views

Django - Subdomains with Middleware or Subdomains with Apache Virtual Hosts?

I'm new to Django... I need to start a project that will have subdomains, but I'm little confused about this subject... I will have a website serving Spain, other serving United Kingdom and other ...
1
vote
2answers
41 views

.htaccess : Rewriting initial output back into subdomain

I have the following htaccess. Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} !^(www|m)\.DOMAIN\.com$ RewriteCond %{HTTP_HOST} ^([^\.]+).DOMAIN.com$ RewriteRule ...
1
vote
1answer
69 views

Failure loading content from dynamically created subdomain

I have enabled an option to create sub domain dyanamically based on this post: post link Here everything is working fine. Now I am trying to load JSON formatted data by using file_get_contents() ...
1
vote
1answer
115 views

How to use subdomain like user.test.com in IIS 7

How to use subdomain like user.test.com in IIS 7. Suppose we have main domain test.com. I want that when we call user.test.com IIS will use test.com domain. And subdomains may be a lot of amount. ...
1
vote
1answer
154 views

Httpd.conf: Set Cookie Only On http:// not http://sub.domain.com

I am trying to get rid of cookies. For SEO reasons I do not want to rewrite my domain to www.domain.com. That's why I would like to know if it would be possible to make Wordpress/Apache set cookies ...
1
vote
1answer
339 views

How to configure nginx, let some sub-domains can only visit js/css files?

I have a website(for example: test.com), which has 2 kinds of subdomains: test.com static_${version}.test.com The 1st one is the main subdomain, and the 2nd one is only used for static ...
1
vote
2answers
42 views

Swapping domains causes errors and broken links

I recently swap my domain. I pointed my new domain to the hosing DNS which are hosting my files. I added sub domains and pointing the correct root directory to each sub domains. So for so good. I ...
1
vote
0answers
79 views

Doubts about subdomains in rails app [closed]

Okay folks, here redoing my question: I have made ​​an application in Ruby on Rails. In this application I will use subdomains, for example: www.myapp.com login1.myapp.com login2.myapp.com What I ...
1
vote
1answer
46 views

Subdomain or URL: customer.acmecompany.com or acmecompany.com/customer

What's reasons should be for moving functionality into subdomain, example, cusomer portal - customers.acmecompany.com forum - forum.acmecompany.com Instead of making it acmecompany.com/Customers ...
1
vote
2answers
397 views

rails redirect to same page but add subdomain

If a user is at blah.com/items/index how do I redirect them to de.blah.com/items/index in a way that will work for any page? Right now I'm using <%= link_to 'German', root_url(:host => ...

1 2 3 4