From 3d580bc1bb65f7429780a450f2cf48e12792b119 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 20 Nov 2014 22:52:58 +0000 Subject: [PATCH] Remove double slashes from directories --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9ebb1816..f4ff6ab6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -135,8 +135,8 @@ We simply add the following Virtual Host to our `httpd-vhosts.conf` file: ServerName cachet.dev # Or whatever you want to use ServerAlias cachet.dev # Make this the same as ServerName - DocumentRoot "/var/www//Cachet/public" - + DocumentRoot "/var/www/Cachet/public" + Require all granted # Used by Apache 2.4 Options Indexes FollowSymLinks AllowOverride All