0
votes
0answers
21 views
Dynamic Sub-domains using Nginx and Rewrite
This subject has been touched on before, however not to the same extent as this.
I would like to combine wildcard DNS and a Nginx Rewrite to create dynamic sub-domains for a domain name. I'm also …
0
votes
1answer
34 views
Alternative to Response.Redirect to effect a subdomain
I have a site that is hosted in shared hosting environment. They use a wildcard subdomain setup and suggest using Response.Redirect to achieve the illusion of a subdomain.
Is there a way of doing …
0
votes
2answers
39 views
subdomains pointing subfolders with mod rewrite
Hi I'm quite new to PHP... And need something to do as fast as I can..
I have some clients within the "clients" directory like here...
"http://domain.com/clients/client0001/fluids/..."
I want this …
1
vote
8answers
139 views
Public Wildcard Domain Name To Resolve To 127.0.0.1
Is anyone aware of a public wildcard domain name that resolves to IP address 127.0.0.1. For example if I wanted to test a URL locally such as mywebsite.localhost.com or example.localhost.com but I …
0
votes
2answers
155 views
wilcard DNS and Virtual subdomains?
I just don't get it..
I'm planning to get scenario like this: username.mydomain.com = mydomain.com/user.php?user=username
Well, let's not go that far yet because this wildcard DNS is making me …
1
vote
1answer
66 views
unable to map subdomain in local host webserver.
Hello All ,
I am developing a web application using Asp.net mvc framework with concept of sub domain for community.
I have implement concept of wild card mapping of domain like *.example.com. To …
0
votes
2answers
137 views
Multi-level Subdomains in Rails
Can we have multi-level subdomain in Rails like this?
sub1.sub2.mysite.com
Imran
0
votes
2answers
90 views
pseudo subdomains with .’s in subdomain name asp.net site
I have a .net site and couple of domains with wildcard dns pointing to it. I use pseudo subdomain system where i extract subdomain name from url with below code
public static string …
0
votes
2answers
380 views
Apache: Redirect dynamic subdomains to different ip’s
I have a application with dynamic subdomains that should be redirected to different servers depending on a part of the subdomain.
Example (anything means whateveryouwant, a dynamic name):
…
2
votes
1answer
316 views
How to create an SaaS Application?
I don't know how else to say it so I'm just going to explain my ideal scenario and hopefully you can explain to me how to implement it...
I'm creating an application with the Zend Framework that will …
0
votes
1answer
254 views
Asp.net 3.5 Sp1 Sub-Domain routing ?
I was wondering is there is a way to introduce sub-domains in Asp.net 3.5 routing
All i found as this http://blogs.securancy.com/post/ASPNET-MVC-Subdomain-Routing.aspx
But i was looking for …
0
votes
1answer
374 views
should wildcards belong to CNAME or A NAME?
should wildcards belong to CNAME or A NAME? Both looks the same to me, and googling gives me a inconclusive result.
Any rational and implications behind for choosing one over the other? (underlying …
0
votes
1answer
527 views
Virtualhost For Wildcard Subdomain and Static Subdomain
I have an odd situation where I want to have the urls app1.example.com, example.com and *.example.com all using a different virtual host. This is what I have (excluding example.com cause it just …
1
vote
3answers
1k views
Setting up wildcard domains on local host (OS X 10.5)?
I am starting to develop a site which basically acts as WordPress MU, in the sense that a user can signup and have their own blog. I will be coding this in Rails, however I am hoping to be able to …
0
votes
1answer
43 views
Virtual directories as DB queries
I have a site, e.g. site.com
I would like users to be able to access it in their locale at site.com/somecity
This is similar to craigslist, but they do it with subdomains e.g. sfbay.craigslist.org
…
