diff --git a/htaccess.sample b/htaccess.sample index debf3f7a2..3de83448b 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -15,3 +15,4 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]" RedirectMatch 404 ^/\.git +RedirectMatch 410 ^/sitemap \ No newline at end of file diff --git a/robots.txt b/robots.txt index 6f1af7435..4e0bfc549 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,2 @@ User-Agent: * -Disallow: /assets -Disallow: /images -Disallow: /index.php/logbook/qso_map \ No newline at end of file +Disallow: / \ No newline at end of file