| Author |
Message |
Luis
Guest
|
Posted:
Thu Jan 13, 2005 10:49 pm 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 |
|
 |
Spencer Harbar [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 11:09 pm Post subject:
Re: How to hide the real content of the directories |
|
|
In MCMS there is the concept of channels, which are roughly equivalent to
virtual directories on a traditional web server.
Therefore the URL http://servername/WoodgroveNet/About+Us will display the
desired default posting (page) or the output of something called a Channel
Rendering Script.
However there is no physical folder on the disc for the 'About Us' channel.
So the short answer is yes - this can be done with MCMS - but I'm not sure
I'd buy it just for this feature! :)
If you want to do just this I'd look at URL rewriting using either in an
ISAPI filter or a ASP.NET Http Module.
http://msdn.microsoft.com/library/en-us/dnaspp/html/urlrewriting.asp
hth
spence
www.mcmsfaq.com
"Luis" <Luis@discussions.microsoft.com> wrote in message
news:A6B1F163-48E8-4164-B1AA-622432C0E93B@microsoft.com...
| 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:
Thu Jan 13, 2005 11:35 pm Post subject:
Re: How to hide the real content of the directories |
|
|
Thanks Spencer, that's a lot helpful to me.
I'll find out about that
"Spencer Harbar [MVP]" wrote:
| Quote: | In MCMS there is the concept of channels, which are roughly equivalent to
virtual directories on a traditional web server.
Therefore the URL http://servername/WoodgroveNet/About+Us will display the
desired default posting (page) or the output of something called a Channel
Rendering Script.
However there is no physical folder on the disc for the 'About Us' channel.
So the short answer is yes - this can be done with MCMS - but I'm not sure
I'd buy it just for this feature! :)
If you want to do just this I'd look at URL rewriting using either in an
ISAPI filter or a ASP.NET Http Module.
http://msdn.microsoft.com/library/en-us/dnaspp/html/urlrewriting.asp
hth
spence
www.mcmsfaq.com |
|
|
| Back to top |
|
 |
|
|
|
|