1
Kürzlich bin ich auf die folgende Seite https://seoagentur-hamburg.com/blog/4183/ gestoßen und habe dort Unter Punkt 3 den folgenden Code entdeckt:
Wie sinnvoll ist dieser Code eurer Meinung nach?
# -----------------------------------------------------------------------
# | 404 Fix: Block Nuisance Requests for Non-Existent Files - New in 2018
# https://perishablepress.com/block-nuisance-requests - @Update 2019
# -----------------------------------------------------------------------
<IfModule mod_alias.c>
RedirectMatch 403 (?i)\.php\.suspected
RedirectMatch 403 (?i)apple-app-site-association
RedirectMatch 403 (?i)/autodiscover/autodiscover.xml
</IfModule>
Wie sinnvoll ist dieser Code eurer Meinung nach?