[42555b]: / web / .htaccess

Download this file

6 lines (5 with data), 209 Bytes

1
2
3
4
5
6
RewriteEngine On
# If the request doesn't directly map to an existing file or directory, append .html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/.]+)$ $1.html [L]