> trying to do.. We need the url that the client types in to appear as
> 'www.somepage.com/welcome' NOT '/welcome.htm' NOT '/welcome/index.htm'
> and NOT /welcome/.
If you have a directory in your web root called "welcome", then most web
servers will allow you to get to the default file within that directory
using "http://whateverhost/welcome". What'll happen is, the browser will
request that URL, and the server will send a Location header with a slash
appended, which will redirect the browser to "http://whateverhost/welcome/".
If you have a default file within that directory, the web server will then
use it.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

