wordpress - X-Frame options sameorigin issue -


i need show mautic form on wordpress website. hosting environment aws lightsail. form showing when click on submit button, not submitting , page keeps is. when checked developer console of chrome browser, see this.

refused display 'mydomainip/form/submit?formid=1' in frame because set 'x-frame-options' 'sameorigin'. 

i discovered apache httpd.conf file in aws's apache. in header module section, see current code is,

header append x-frame-options sameorigin 

so changed to,

x-frame-options: allow-from https://mymauticdomainip.com/ 

but still not works. i'm stuck here , please me solve this.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -