From c3b9482d355cef2e489c89df9871655c393580e6 Mon Sep 17 00:00:00 2001 From: James Collins Date: Sun, 16 Nov 2025 22:00:14 +1000 Subject: [PATCH] obsolete directives --- public/.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} .