> I saw the topic of url rewriting come up here recently which peeked my > interest so here I go with my first newb issue: > Installed IIRF on Win 2003 IIS 6 and have run a test to confirm it is > behaving nicely. > > I have a site with all pages physically located inside a subfolder (ie > /pages) directly off the root. > > I was asked to remove the "pages" folder from the location that shows in the > web browser (ie change http://www.mydomain.com/pages/events/ to > http://www.mydomain.com/events). > > I just want to hide the "pages" folder from view. > > Is this possible?
If all your pages are in fact in that one folder, you can just configure IIS to use that as the root folder. If you then want to serve other files, like images, from a parallel folder, just create a virtual directory pointing to that folder. There's no need to do URL rewriting for this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323600 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

