In a WordPress site, some data is getting fetched from a folder ‘uploads/slider’ using http_get function. However, the URL given in the function is ‘ws/slider/list’ and not ‘upload/slider’.
Now, the app is migrated to another server and the http_get code is returning 404 even though data is present in uploads/slider folder. Is there any place where we have to set the routing logic?
PS: I don’t have experience in WordPress.
I’ve answered several questions of late that are similar to this. Often times migrating a database from one server to another will require serialization as the origin and destination have varying data string character counts.
Try http://pixelentity.com/wordpress-search-replace-domain/