diff --git a/app/Config/httpd.conf b/app/Config/httpd.conf-example similarity index 58% rename from app/Config/httpd.conf rename to app/Config/httpd.conf-example index 61e8bfd..9f5e29b 100644 --- a/app/Config/httpd.conf +++ b/app/Config/httpd.conf-example @@ -1,9 +1,17 @@ # Apache configuration for Message Manager. (CakePHP) # -LogLevel debug + +# If you're running entirely under https, Cake PHP expects to find this: +#----------------------------------------------------------------------- +# SetEnv HTTPS 1 + +# LogLevel debug +LogLevel warn RewriteEngine on +# Cake might want this: +#------------------------------------------ # RewriteCond %{REQUEST_FILENAME} !-d # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_URI} !^/?(index\.php|img|js|css|fcgi|robots\.txt)