|
Home > Archive > IIS ASP > May 2005 > Can I make a directory address as wwwroot?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can I make a directory address as wwwroot?
|
|
|
| Can I make the files in a subdirectory of wwwroot address like they were in
wwwroot? I have a subdirectory in wwwroot named colors and in it is
index.asp, and a sub directory named red. Can I make it so that a link in a
file in red can access index.asp with href="/index.asp" rather than
"../index.asp"?
| |
| Steven Burn 2005-05-29, 5:53 pm |
| You can't do that already?
--=20
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"J.V." <oneofthesixbillion_remove@yahoo.com> wrote in message =
news:uTA5qiIZFHA.2520@TK2MSFTNGP09.phx.gbl...
> Can I make the files in a subdirectory of wwwroot address like they =
were in
> wwwroot? I have a subdirectory in wwwroot named colors and in it is
> index.asp, and a sub directory named red. Can I make it so that a link =
in a
> file in red can access index.asp with href=3D"/index.asp" rather than
> "../index.asp"?
>=20
>=20
>=20
>=20
>=20
| |
| Jeff Cochran 2005-05-30, 5:52 pm |
| On Sun, 29 May 2005 12:55:30 -0700, "J.V."
<oneofthesixbillion_remove@yahoo.com> wrote:
>Can I make the files in a subdirectory of wwwroot address like they were in
>wwwroot? I have a subdirectory in wwwroot named colors and in it is
>index.asp, and a sub directory named red. Can I make it so that a link in a
>file in red can access index.asp with href="/index.asp" rather than
>"../index.asp"?
No. At least not without moving them. You can use a virtual folder,
but it still would be one directory below the root.
Maybe if you tell us what your problem is we can sugegst a way around
it.
Jeff
|
|
|
|
|