removed file from last commit again...

It destroyed the entire page for some reason. Yay
This commit is contained in:
malik 2024-01-24 18:36:05 +01:00
parent 89d53efa5f
commit 12047a497f

View file

@ -1,6 +0,0 @@
#remove html file extension https://example.com/page.html
# to https://example.com/page
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC, L]