1
0
mirror of https://github.com/minoplhy/crappy-jekyll.git synced 2025-04-08 21:58:00 +00:00

.htaccess : remove

This commit is contained in:
unknown 2022-03-30 22:15:25 +07:00
parent ac3cd4a4a1
commit 3880025dff
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

@ -1,11 +0,0 @@
RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
ErrorDocument 404 /404.html
ErrorDocument 403 /404.html