I have a site that is working just fine. I wanted to replicate that. I followed the instructions from How to copy a site - EE Developer.
I have checked many times the File Upload path, the custom field information. I’ve gone over every clickable thing in the administration tab many times over to see if I’m missing anything related to a path pointing to my other site.
My immediate problem is I got the copied site to work fine, but images ONLY from the home page are still pointing to the other website. When I create a new page and upload a different image (that isn’t on the other site) the image is broken—-but only on the home page, not on a secondary page using a different index, but the same code (that’s relevant).
Only images AND files on the home page point to the other site. Images and uploaded files on a secondary page are pointing correctly, while using a different index page—-again, THE RELEVANT CODE IS THE SAME on the 2nd index page.
I’ve gone into the database and have done searches to replace any left over paths pointing to the other site.
I thought this had something to do with uploading of images/files, but that appears to work just fine and it does show up everywhere else BUT the home page.
Now, I’m thinking it may have something to do with the home page being checked to use PHP. That’s the only real difference that I can see.
I’ve spent 3 days bird-dogging this problem, to no avail. I humbly now stop to ask directions (and help) from the support team.
One other thing: the other site is hosted on a shared server. The new one is on a dedicated server AND is using the Multi-site….hence the replication. But I can’t see why that is an issue—-nonetheless, it’s a difference.