@jromerof4
In order to assist you with this, I’ll need more information:
– What’s the domain name, it’s resolving externally?
– What do you mean by “don’t load” what do you see? what are you expecting to see?
– Do you see any errors? do you’ve access to the domain logs?
Thanks
Well, in my server domain its localhost/name, in the server where I want open the project its IP/localhost/Proyect.
When I open the project in the other server all the CSS and images are lost and it's only the content without style it looks terrible
Other this its that the links take me to the addresses of my own server; I was searching and I don't know if is for permalinks
Hello @jromerof4
Try the following, open the website and open the developer console via your browser Ctrl + shift + I “Windows”
Open the console tab, and check if you see any error there, I believe the CSS .JS will show a 404, it may be caused because the path from the “source server” is different on the “Destination Server”
It could be also caused because on source website content such as CSS and JS loads as HTTPS:// but since you mentioned you are using a local server, it may not be related.
In this case, please open the console, if you find an error and you’re not able to understand please take a screenshot and attach it here.