This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: ASP Admin doesn't work for me !

#4390
Ernest MarcinkoErnest Marcinko
Keymaster

How do you have the same wordpress install on different domains?

Ajax requests will not work on cross domains, it’s forbidden by the same origin policy.

As I checked, every domain sends the requests back to the “.com” which is prohibited.

Let me check if there is a way to adjust and proxy the ajax url to the current domain. It might not work though.