removed .htaccess as is not needed.
This commit is contained in:
parent
63eab4b973
commit
f5cdc61533
14
.htaccess
14
.htaccess
|
|
@ -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]
|
||||
Loading…
Reference in New Issue