Hello EE-community,
I just moved a site from one server to the other. Everything seems to work fine except one thing: All Ajax-calls and POSTs won’t work anymore. The URLs shows up correct in the source, and when I submit the form (<form action=”{site_url}/page”>) it DOES go to the correct page, it just doesn’t receive/send any data. Same for the AJAX-calls. It DOES show up good in the source code though…
I have NO idea why it doesnt work. If I hardcode the URL instead of using {site_url} the code works. The weird thing is that I use ‘{site_url}’ for all images and links and they ALL work (also the linkage to the Javascript-files).
Anyone has ANY idea why this doesn’t work? Cleaned the cache from within EE, and my own browsercache as well.
Thanks in advance!