View Full Version : stop the file tree showing
marklitt
07-18-2009, 08:14 AM
I need help.
I know this has been covered in other areas. It must have been.
My website www.halflight.net (http://www.halflight.net)
I want that url to show what works perfectly fine at www.halflight.net/app (http://www.halflight.net/app)
I think I need a redirect but I'm not sure
wisemx
07-18-2009, 04:08 PM
Hi,
Go to your DASP Control Panel and turn off Directory Browsing.
You can also do this from the IIS7 Manager if you are using that on an IIS7 account.
If you need more help just post.
All the best,
Mark
marklitt
07-19-2009, 12:19 AM
Sorry that was my own fault. I didn't make it entirely clear although I'm very grateful for the immediate reply.
Basically my website works fine at www.halflight.net/app (http://www.halflight.net/app)
I set up the app folder and installed the application in the Web application tool. I've set IIS7 to look for default.html as the only one in default documents.
All I want to do is make www.halflight.net/app (http://www.halflight.net/app) appear when you navigate to www.halflight.net (http://www.halflight.net).
Sorry if you have had this question a million times.
raymondp
07-27-2009, 11:36 AM
You are going to need a redirect script so any calls to 'www.halflight.net' gets redirected to 'www.halflight.net/app'.
Response.Redirect "www.halflight.net/app"
vBulletin® ©Jelsoft Enterprises Ltd.