John,
Sorry I did use htpasswd...
Override?
Do you have a snip from a config file that I can look at?
I don't mind editing the httpd.conf manually.
Frank
This controls which options the .htaccess files in directories can override. Can also be "All", or any combination of "Options", "FileInfo", "AuthConfig", and "Limit"
<Directory "/path/to/directory">
AllowOverride All
</Directory>-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

