kyledot.net/.htaccess
2023-10-24 21:27:05 +09:30

5 lines
120 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.html [L]