473,322 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

creating nested websites?

I have 1 main website at www.eternityrecords.org. The files are layed out in
the root of the webserver space. I need a folder in this root space to point
to a subdomain. Any way to do that?

Nov 18 '07 #1
5 1884
Not exactly sure what you mean by this, but this type of thing is solely
controlled by settings in the webserver (IIS we assume). So, if you have any
domain whether it is a subdomain or not, you would specify it's root folder
location in IIS, along with the IP address / domain information. Maybe if you
provide more detail somebody can give more help.
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Andy B" wrote:
I have 1 main website at www.eternityrecords.org. The files are layed out in
the root of the webserver space. I need a folder in this root space to point
to a subdomain. Any way to do that?

Nov 18 '07 #2
The domain name is set up with the virtual root path for the application.
There really isn't much to tell (I don't really know more than I have
already said). I had to make a whole new website as another post I replied
to with the subject of runtime errors running under a subdomain would really
tell the rest of it...
"Peter Bromberg [C# MVP]" <pb*******@yahoo.NoSpamMaam.comwrote in message
news:0E**********************************@microsof t.com...
Not exactly sure what you mean by this, but this type of thing is solely
controlled by settings in the webserver (IIS we assume). So, if you have
any
domain whether it is a subdomain or not, you would specify it's root
folder
location in IIS, along with the IP address / domain information. Maybe if
you
provide more detail somebody can give more help.
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Andy B" wrote:
>I have 1 main website at www.eternityrecords.org. The files are layed out
in
the root of the webserver space. I need a folder in this root space to
point
to a subdomain. Any way to do that?


Nov 18 '07 #3
Andy B wrote:
I have 1 main website at www.eternityrecords.org. The files are layed out in
the root of the webserver space. I need a folder in this root space to point
to a subdomain. Any way to do that?
What do you mean by a folder "pointing" to a subdomain??? When you go to
www.eternityrecords.org/yourcustomfolder/ what do you want to display
there??? Presumably not stuff that actually exists in a subfolder of
your web site or even another folder on your disk (i.e. a virtual
directory)... you want it to display stuff from another web site? Like a
web site (hosted on a different machine) with a name like
subdomain.eternityrecords.org? Or something else entirely?

Best Regards,

James Crosswell
Microforge.net LLC
http://www.microforge.net
Nov 19 '07 #4
When I go to subdomain.eternityrecords.org I want the contents of this
subfolder to show...
"James Crosswell" <ja***@microforge.netwrote in message
news:up**************@TK2MSFTNGP04.phx.gbl...
Andy B wrote:
>I have 1 main website at www.eternityrecords.org. The files are layed out
in the root of the webserver space. I need a folder in this root space to
point to a subdomain. Any way to do that?

What do you mean by a folder "pointing" to a subdomain??? When you go to
www.eternityrecords.org/yourcustomfolder/ what do you want to display
there??? Presumably not stuff that actually exists in a subfolder of your
web site or even another folder on your disk (i.e. a virtual directory)...
you want it to display stuff from another web site? Like a web site
(hosted on a different machine) with a name like
subdomain.eternityrecords.org? Or something else entirely?

Best Regards,

James Crosswell
Microforge.net LLC
http://www.microforge.net

Nov 20 '07 #5
Andy B wrote:
When I go to subdomain.eternityrecords.org I want the contents of this
subfolder to show...
Ah, I see. Try ISAPRewrite - it's a pretty simple DLL which should do
what you want.

Best Regards,

James Crosswell
Microforge.net LLC
http://www.microforge.net
Nov 21 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: svend | last post by:
I'm messing with some code here... Lets say I have this array: a1 = ; And I apply slice(0) on it, to create a copy: a2 = a1.slice(0); But this isn't a true copy. If I go a1 = 42, and then...
0
by: Karl | last post by:
I just finished my first tutorial on creating multilingual websites. If you are interested, you can see it here: http://www.openmymind.net/localization/ I plan on creating a 2nd part which will...
3
by: Eirik Eldorsen | last post by:
Im trying to make a nested repeater with 3 levels. I've successfully created a nested repeater with 2 levels, but when adding the 3rd level I get an InvalidCastException. What am I doing wrong? ...
8
by: Simon Edwards | last post by:
Something thats been bugging me for a while... how do you create a namespace that has many children (namespaces) I.e system.io.blah.blah Iv'e done it by creating a class which contains...
10
by: m.k.ball | last post by:
I have three tables, containing information about three people and the cars that they own. One table lists people, one lists cars, and one uses the id's from the other two to compile a list of...
1
by: code | last post by:
Hi Grp http://www.books-download.com/?Book=1493-PHP+Hacks+%3a+Tips+%26+Tools+For+Creating+Dynamic+Websites+(Hacks) Description Programmers love its flexibility and speed; designers love its...
6
by: Steve Hershoff | last post by:
Hi everyone, I've got a strange one here. There are two datagrids on my page, one nested within the other. I'll refer to them as the topmost and secondary datagrids. In the topmost...
4
by: crescent_au | last post by:
Hi all, I'm doing some research online on creating php-based multi-level marketing (MLM) system. It seems like a complicated system to build as I need to create one from scratch. I'd like to...
3
by: Bartholomew Simpson | last post by:
I am writing some C++ wrappers around some legacy C ones - more specifically, I am providing ctors, dtors and assignment operators for the C structs. I have a ton of existing C code that uses...
1
by: LLM | last post by:
I am nesting repeater in a datalist. I have done the relation thing in VB but now I'm trying it in C#. <asp:Repeater id="rptCompetitor" runat="server" DataSource='<%#...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.