Using the domain search with a subdomain
If your CE installation is located on a subdomain, and you want to use CE for a domain search on your website, you will need to create a .htaccess rule with the following information:
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin "https://www.yourdomain.com"
Header add Access-Control-Allow-Methods "POST"
</IfModule>
Updated on: 23/02/2023
Thank you!