Web Hosting
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb HostingWeb Hosting

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 20th, 2000, 02:01 PM
adamw523 adamw523 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2000
Location: Oshawa, ON, Canada
Posts: 1 adamw523 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i'm trying to setup a service where users can create their own urls (user.domain.com) the "user" part has to changable, i've seen sites do this but am not sure how it's done.. running NT IIS 4.0

any suggestions....

thanks.

Reply With Quote
  #2  
Old January 24th, 2000, 02:54 PM
melz melz is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2000
Posts: 11 melz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
First, you have to edit your dns entry on your nameserver to accept wildcards. For example, *.domain.com has to be redirected to domain.com

Once that's configured, there are a great number of free perl scripts which you can use to offer this service. Email me if you want to know the urls since I can't remember any now.

Reply With Quote
  #3  
Old February 25th, 2000, 07:55 PM
kourou kourou is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 1999
Location: London UK
Posts: 7 kourou User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
first: try and avoid user.domain.tld as a web address.

why? problems when looking at mail. never use cname as mx. the best solution seems to be a mail address of anything@user.domain.tld and web address of www.user.domain.tld.

web server with same name as a mail server = trouble.

this involves dns comprising:

* IN MX 10 mail.mailserver.net.
www.* IN CNAME your.sharedwebserver.net.

its all got to do with cnames and mx records and so on, which i don't understand (but comply with). unless you know exactly what you are doing, do what i say!

you are right - you can do some really cool things with this - it starts with dns, but your web and mail server have an equally major part to play.

sorry to play the advocate but you will do far better to switch to apache if at all possible. check out "Mass Virtual Hosting" developed at least in part by demon.co.uk (one of our competitiors but respect for this!). this, in conjunction with unix accounts will produce very automated user accounts. see http://www.apache.org.

you want to be able to change the user specified domain. in this case, his involves changing the username. but, how often do you really need to change a website address?

surely you can simply change it by adding a new website and deleting the old when needed. this will probably happen maybe only once every 6 months max?

---done---

do you mean being able to have whatever.something and change whatever whenever you like?

try mass virtual hosting again:

*.something IN CNAME server.name.

maybe:

*.* IN CNAME server.name.

then deal with tihs using mass virtual hosting.

haven't tried it tho...

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb HostingWeb Hosting > custom.domain.com

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap