Hi
We need to be able to:
1. Run a website with differing URL’s without auto forwarding in order to satisfy our customer requirements.
2. Transfer from the temporary url to a permanent url without the need to do extensive corrections to hard coded links
3. Achieve this on an IIS server.
This plugin appears to have no support for IIS
Is there a solution to this?
]]>Hi there,
My setup has two domains: default.domain and second.domain
Your amazing plugin perfectly fixes the frontend for the second.domain
Unfortunately, the Elementor Editor for the second.domain does not load.
I can see there is a POST request to default.domain/wp-admin/admin-ajax.php that fails. Its data is the following
actions: {“get_widgets_config”:{“action”:”get_widgets_config”,”data”:{“exclude”:{“common”:true,”heading”:true,”tabs”:true,”shortcode”:true}}}}
_nonce: 0c694a862d
editor_post_id: 1708
action: elementor_ajax
Hi
I am having a problem with editing multi-domain pages with Elementor.
Elementor version 2.6.2
Polylang Version 2.6.2
I have inserted the following code in my htaccess:
# ———————————————————————-
# Allow Cross-Origin Resource Sharing (CORS)
# ———————————————————————-
<FilesMatch “\.(css|js|ttf|ttc|eot|woff|woff2|otf|svg|gif|ico|webp|png|jpe?g)$”>
<IfModule mod_headers.c>
SetEnvIf Origin “http(s)?://(www\.)?(*replacedwithdomainname\.pt|replacedwithdomainname\.fr|replacedwithdomainname\.es|replacedwithdomainname\.co\.za)$” AccessControlAllowOrigin=$0
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
Header merge Vary Origin
</IfModule>
</FilesMatch>
Hello
I am getting this error in query monitor.
Undefined offset: 0 1
+
wp-content/plugins/multidomain-support-for-elementor/admin/class–admin.php:295