diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 9062265..0000000 --- a/.htaccess +++ /dev/null @@ -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]