Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.com.git
blog/.htaccess
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}/index.html !-f
+RewriteCond %{REQUEST_FILENAME}/index.shtml !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
-RewriteCond %{REQUEST_FILENAME}/index.htm !-f
RewriteRule ^.*$ / [R=301,L]

Checks for .shtml extensions

Author Dave Jarvis <email>
Date 2025-09-08 12:15:33 GMT-0700
Commit a884ab1a15e473cd4133f5de4331086163d177c3
Parent 7cd59ff
Delta 1 line added, 1 line removed