Is this even possible to do in IIS? I guess it would have to be done with ISAPI rewrite...
-----Original Message----- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 1:52 PM To: CF-Talk Subject: Re: IIS 6 VS Apache Or you could use mod_rewrite to re-write any URLs that include /.svn and come from outside your network to route to the 404 page, so no one evens knows the folders are there. A word of caution, though. mod_rewrite is very powerful and flexible, but it is like doing voodoo sometimes trying to figure out how all teh regex rules work with it. That's why, overall, IIS is a better general choice, especially if you are used to doing everything through GUIs. >Russ wrote: >> What about doing things such as blocking certain directories... like for >> example I want to block the .svn directory from being accessible from the >> web. > >Put a .htaccess file in the dir that disallows access. > >Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216394 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

