diff options
author | startxfr <clarue@startx.fr> | 2015-12-06 16:41:23 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-06 16:41:23 +0100 |
commit | 7fe1c9cf9f114d40fe3f534a3902f3dff73c602f (patch) | |
tree | 5d40c66b09a9eddab90ee209a71aa37eaed787cf /Services/apache/httpd.conf | |
parent | 6fc395ce332cf2565705b3a36bceaaa6f3948417 (diff) | |
download | phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.gz phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.bz2 phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.xz phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.zip |
correcting bug and improve startup display
Diffstat (limited to 'Services/apache/httpd.conf')
-rw-r--r-- | Services/apache/httpd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Services/apache/httpd.conf b/Services/apache/httpd.conf index 2f9d2fc..97672b4 100644 --- a/Services/apache/httpd.conf +++ b/Services/apache/httpd.conf @@ -10,7 +10,6 @@ ErrorLog ${LOG_PATH}/error.log CustomLog ${LOG_PATH}/access.log combined </IfModule> -Alias / ${APP_PATH} <Directory ${APP_PATH}> AddDefaultCharset UTF-8 AllowOverride All |