diff --git a/skeleton/public/.htaccess b/skeleton/public/.htaccess index b3bd338..11311da 100644 --- a/skeleton/public/.htaccess +++ b/skeleton/public/.htaccess @@ -1,6 +1,10 @@ RewriteEngine On + # Force HTTPS (disabled by default) + # RewriteCond %{HTTPS} off + # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # Remove trailing slashes from request URL RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$