Page 1 of 1

Changed Host, Links Not Working

Posted: 18 Nov 2024, 20:22
by sound_and_light
I changed my website host.  It seems like the links are all missing the /content/ folder now.
So if I try to access a hypothetical in my gallery such as: http://mysite.com/myfolder/image1.jpg it breaks, but if I add the content folder in the path, it works: http://mysite.com/content/myfolder/image1.jpg

What do I need to do to fix it?  Can it be fixed in just one place?

Thanks!

Re: Changed Host, Links Not Working

Posted: 19 Nov 2024, 02:00
by mjau-mjau
Perhaps you have a link so I can see what's wrong?
sound_and_light wrote:It seems like the links are all missing the /content/ folder now.
What do you mean "links are missing"? You mean the website menu is empty? PAGE links will never include the /content/ dir in the url, because url's are virtual. The /content/ folder only contains the folders that in turn contain the page data and images.
sound_and_light wrote:So if I try to access a hypothetical in my gallery such as: http://mysite.com/myfolder/image1.jpg it breaks
It is/was never possible to access your images like that. All your images are somewhere inside the /content/ dir and thus must be accessed like that also.
sound_and_light wrote:but if I add the content folder in the path, it works: http://mysite.com/content/myfolder/image1.jpg
That's how images are loaded in X3
sound_and_light wrote:What do I need to do to fix it?  Can it be fixed in just one place?
If you have a link that can show me what's wrong, or better examples, I can assist properly.