--- /dev/null
+<html>
+<head>
+<title>File Not Found</title>
+</head>
+<body>
+<h1>File not found: API no longer accessible via this URL</h1>
+
+<p>Using the URL <tt>/search/</tt> and <tt>/reverse/</tt> (with slashes)
+is no longer supported. Please use URLs as given in the documentation.</p>
+
+<p><b>Examples how to change the URL:</b></p>
+
+<p>You use: <tt>https://nominatim.openstreetmap.org/search/?q=Berlin</tt><br/>
+Change to: <tt>https://nominatim.openstreetmap.org/search?q=Berlin</tt>
+</p>
+
+<p>You use: <tt>https://nominatim.openstreetmap.org/search/US/Texas/Huston</tt><br/>
+Change to: <tt>https://nominatim.openstreetmap.org/search?q=Huston, Texas, US</tt>
+</p>
+
+<p>See <a href="https://github.com/osm-search/Nominatim/issues/3134">github issue #3134</a>
+for more details.</p>
+</body>
+</head>