On a WordPress site, some data is retrieved from the uploads / slider folder using the http_get function. However, the URL specified in the function is "ws / slider / list", not "upload / slider".
Now the application is transferred to another server, and the http_get code returns 404, even if the data is present in the uploads / slider folder. Is there a place where we need to set the routing logic? PS: I have no experience in WordPress.
source
share