hey @shey18,
I hope this message finds you well. I understand that you’ve been encountering a CORS issue with the plugin, and I’m here to offer a solution that has successfully resolved the same problem for me.
The CORS (Cross-Origin Resource Sharing) issue, which leads to some elements like Elementor fonts being blocked on the second domain, can be addressed by enabling the “headers” module in your Apache server configuration.
To enable the “headers” module, you can use the following command in your terminal:
“sudo a2enmod headers”
This command will activate the headers module and allow you to set custom response headers, including those required to handle CORS errors effectively.
After enabling the “headers” module, don’t forget to restart Apache for the changes to take effect:
“sudo service apache2 restart”
Once you’ve completed these steps, please check your website again to see if the CORS issue has been resolved. The missing elements, such as Elementor fonts, should now display correctly on the second domain.
I hope this solution proves helpful in resolving the CORS problem you encountered with the “Each Domain a Page” plugin.
Best wishes for a smooth and successful resolution.