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