removed .htaccess as is not needed.

This commit is contained in:
Ari 2026-06-13 15:55:00 +01:00
parent 63eab4b973
commit f5cdc61533
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<!--
Source - https://stackoverflow.com/a/34726322
Posted by Amit Verma, modified by community. See post 'Timeline' for change history
Retrieved 2026-06-13, License - CC BY-SA 4.0
-->
RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]