diff --git a/Export/.htaccess b/Export/.htaccess new file mode 100644 index 0000000..02da125 --- /dev/null +++ b/Export/.htaccess @@ -0,0 +1,9 @@ +RewriteEngine on + + +RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC] +RewriteRule ^ /%1 [NC,L,R] + +RewriteCond %{REQUEST_FILENAME}.html -f +RewriteRule ^ %{REQUEST_URI}.html [NC,L] +