From baee1553662d5fa17df2b15d56e90ef17dcd3b33 Mon Sep 17 00:00:00 2001 From: gabrielovski Date: Tue, 22 Nov 2022 19:51:54 -0300 Subject: [PATCH] exclui o arquivo .htaccess --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 4cd8042..0000000 --- a/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -#remove html file extension-e.g. https://example.com/file.html will become https://example.com/file -RewriteEngine on -RewriteCond %{REQUEST_FILENAME} !-d -RewriteCond %{REQUEST_FILENAME}\.html -f -RewriteRule ^(.*)$ $1.html [NC,L] \ No newline at end of file