Remove double slashes from directories

This commit is contained in:
James Brooks
2014-11-20 22:52:58 +00:00
parent ad82356fa7
commit 3d580bc1bb

View File

@@ -135,8 +135,8 @@ We simply add the following Virtual Host to our `httpd-vhosts.conf` file:
<VirtualHost *:80>
ServerName cachet.dev # Or whatever you want to use
ServerAlias cachet.dev # Make this the same as ServerName
DocumentRoot "/var/www//Cachet/public"
<Directory "/var/www//Cachet/public">
DocumentRoot "/var/www/Cachet/public"
<Directory "/var/www/Cachet/public">
Require all granted # Used by Apache 2.4
Options Indexes FollowSymLinks
AllowOverride All