| Author |
Message |
Luis
Guest
|
Posted:
Fri Jan 14, 2005 3:06 am Post subject:
How to hide the real content of the directories |
|
|
Hi people
We have a Web site to develop and the problem we face is :
We want to hide the real content of the directories in our
server, by showing some other names, example:
http://mysite/products/books/science
http://mysite/products/magazines/rock
and so on
Where the folders: products, books, science, magazines,
rock, don't exist on the server, but can be shown if
they're browsed on Internet
Well, I'd like to know if this can be done either in
Sharepoint or in Content Management Server? Maybe some
other Server / MS technology?
Thanks |
|
| Back to top |
|
 |
Todd Klindt
Guest
|
Posted:
Fri Jan 14, 2005 5:23 am Post subject:
Re: How to hide the real content of the directories |
|
|
You can publish virtual directories under any name you want, regardless of
the name of the directory in the File System. Create a virtual directory in
IIS manager. Name it "Dog." Point it to c:\cat. The URL will be
http://server/dog. Is that what you want to do?
tk
"Luis" <anonymous@discussions.microsoft.com> wrote in message
news:098c01c4f9b3$cfd2d6e0$a301280a@phx.gbl...
| Quote: | Hi people
We have a Web site to develop and the problem we face is :
We want to hide the real content of the directories in our
server, by showing some other names, example:
http://mysite/products/books/science
http://mysite/products/magazines/rock
and so on
Where the folders: products, books, science, magazines,
rock, don't exist on the server, but can be shown if
they're browsed on Internet
Well, I'd like to know if this can be done either in
Sharepoint or in Content Management Server? Maybe some
other Server / MS technology?
Thanks |
|
|
| Back to top |
|
 |
Luis
Guest
|
Posted:
Fri Jan 14, 2005 8:42 pm Post subject:
Re: How to hide the real content of the directories |
|
|
Nope
We won't be configuring the site everytime we have a new
folder. Imagine, we're starting with 100 directories, but
we'll have more (500 +).
So we want to have 'something' that dinamically resolves
the URL we want to address at each time. (Not to be
configuring a new folder for each new 100 entries)
Luis
| Quote: | -----Original Message-----
You can publish virtual directories under any name you
want, regardless of
the name of the directory in the File System. Create a
virtual directory in
IIS manager. Name it "Dog." Point it to c:\cat. The
URL will be
http://server/dog. Is that what you want to do?
tk |
|
|
| Back to top |
|
 |
|
|
|
|