diff --git a/web/src/main/webResources/WEB-INF/urlrewrite.xml b/web/src/main/webResources/WEB-INF/urlrewrite.xml
index 6b17866e2a3..6aba2b452f4 100644
--- a/web/src/main/webResources/WEB-INF/urlrewrite.xml
+++ b/web/src/main/webResources/WEB-INF/urlrewrite.xml
@@ -181,14 +181,6 @@
/srv/api/atom/feeds
-
-
- INSPIRE HTML search
-
- ^/(.*)/(.*)/opensearch/htmlsearch\?.*q=(.*)
- %{context-path}/$1/$2/catalog.search#/search?any=$3
-
-
INSPIRE Atom Describe (service)
diff --git a/web/src/main/webapp/xslt/services/inspire-atom/opensearch.xsl b/web/src/main/webapp/xslt/services/inspire-atom/opensearch.xsl
index 86a1c0a5255..dc1c9a4f053 100644
--- a/web/src/main/webapp/xslt/services/inspire-atom/opensearch.xsl
+++ b/web/src/main/webapp/xslt/services/inspire-atom/opensearch.xsl
@@ -56,7 +56,7 @@
+ select="concat(/root/gui/url,'/opensearch/', /root/gui/language,'/search?q={searchTerms?}')"/>
diff --git a/web/src/main/webapp/xslt/services/inspire-atom/opensearchdescription.xsl b/web/src/main/webapp/xslt/services/inspire-atom/opensearchdescription.xsl
index 46445d26025..21afe26d26b 100644
--- a/web/src/main/webapp/xslt/services/inspire-atom/opensearchdescription.xsl
+++ b/web/src/main/webapp/xslt/services/inspire-atom/opensearchdescription.xsl
@@ -20,6 +20,7 @@
+
@@ -53,7 +54,7 @@
+ select="concat($baseUrl, $opensearchUrlSuffix, '/', $requestedLanguage, '/search?q={searchTerms?}')"/>