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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216387 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

