I'm trying to get 2 separate start_urls to work with 2 local_urls
I have current email on http://server/mail/
and archived mounted on cd in http://server/mnt/
How can I get local_urls: to point to both of them?
local_urls: http://server/=/home/httpd/html
will work for mail but for some reason mnt fails with not autorized.
my .htaccess file is:
AuthUserFile /var/server/passwd
AuthGroupFile /dev/null
AuthName "Auth"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
If I set it up to allow from localhost in .htaccess it works, but I cant
have it like that....
Justin
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.