> Better to do this in an .htaccess file, so you don't incur PHP processing > overhead on the entire server (if there are others using it).
Apache suggests not using .htaccess files at all because they require a recursive traversing of directories looking for .htaccess files, because some supersede others or something like that. So look up how to allow it only on that directory using the main config files. (Not sure if that's possible) -Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php