commit 2b5d7e098133f851079ff199731a84def2afc2e7
parent 20218ff4ee4f4d7f450c42eb0b3906dd350aff34
Author: Riaz <riaz@riazj.com>
Date: Wed, 2 Jul 2025 19:32:43 -0700
Fix comment spacing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
@@ -2,7 +2,7 @@ RewriteEngine On
# Remove trailing slashes
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [R=301]
-# Map /file to/ file.html
+# Map /file to /file.html
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*)/?$ /$1.html [L]
# Redirect errors to custom error pages