diff --git a/public/.htaccess b/public/.htaccess index dd8e996..15e89a1 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -65,12 +65,12 @@ # Block access to .git directory RewriteRule .*\.git/.* - [L,R=404] - - # Force HTTPS and www in prod - RewriteCond %{HTTPS} off [OR] - RewriteCond %{HTTP_HOST} !^www\. [NC] - RewriteRule ^ https://www.stemmechanics.com.au%{REQUEST_URI} [L,R=301] - +# +# # Force HTTPS and www in prod +# RewriteCond %{HTTPS} off [OR] +# RewriteCond %{HTTP_HOST} !^www\. [NC] +# RewriteRule ^ https://www.stemmechanics.com.au%{REQUEST_URI} [L,R=301] +# # Handle Authorization Header RewriteCond %{HTTP:Authorization} .