Re: [users@httpd] Apache trying to find .htaccess on VirtualHost's DocumentRoot

2005-07-14 Thread Joshua Slive
On 7/14/05, Dan Lyons <[EMAIL PROTECTED]> wrote: > > We have Apache running on a win2k server, with a mapped drive to a directory > on a Sun server(also running Apache). Using VirtualHost, we have made the > mapped drive our document root to the network shared drive: > > > ServerAdmin [EM

Re: [users@httpd] Apache trying to find .htaccess on VirtualHost's DocumentRoot

2005-07-14 Thread Craig Dunigan
Dan, I haven't stopped to research any of this, but some shots in the dark: Are you sure the problem isn't that Apache can't find H:, not that it just can't find .htaccess? I have to say I don't like the look of a path in httpd.conf of just "H:" without slashes. Even if that's okay, it could

[users@httpd] Apache trying to find .htaccess on VirtualHost's DocumentRoot

2005-07-14 Thread Dan Lyons
We have Apache running on a win2k server, with a mapped drive to a directory on a Sun server(also running Apache).  Using VirtualHost, we have made the mapped drive our document root to the network shared drive:   ourDNSname:80>  ServerAdmin [EMAIL PROTECTED]  DocumentRoot H:  ServerName ourDNSna