diff options
Diffstat (limited to 'files/pnp4nagios')
-rw-r--r-- | files/pnp4nagios/apache.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/pnp4nagios/apache.conf b/files/pnp4nagios/apache.conf index 8f66756..816bf05 100644 --- a/files/pnp4nagios/apache.conf +++ b/files/pnp4nagios/apache.conf @@ -27,4 +27,5 @@ Alias /pnp4nagios "/usr/share/pnp4nagios/html" # Rewrite all other URLs to index.php/URL RewriteRule .* index.php/$0 [PT,L] </IfModule> + DirectoryIndex index.php </Directory> |