htaccess: do not 404 on directories
commit97ae7a1a171ed702c33b916599b6cda608cca99a
authorKyle J. McKay <mackyle@gmail.com>
Fri, 19 Jul 2013 00:58:50 +0000 (18 17:58 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 19 Jul 2013 00:58:50 +0000 (18 17:58 -0700)
treec69a715a853ad2af01b851092fb1b9db7180b905
parent0667bcefdefa48d04ce89bc6827059d801d1e7e5
htaccess: do not 404 on directories

For the most part, all requests to a server configured solely
for Girocco end up pointing to a file -- either a script or
an actual file to return.  Except for one.

The root of the web site will be a directory and needs to be
allowed without causing a 404 error.
htaccess