Problems uploading my web to new server. Roxo theme hugo

I am moving my web from siteground to infomaniak due to the high prices on siteground. My web theme is Roxo and I can not see it in infomaniak. I think is something related to the style of the web. The infomaniak support doesn´t help me because they don’t answer my emails so I am looking for another server for my web: www.martamiguelarte.com that can support my web and it is easy to use. I use filezilla to upload it. Thank you so much in advance. Marta

I must admit, that I don’t get what the question actually is.

  • your homepage loads, but without css, js … which refer to to https://www.martamiguelarte.com
  • It’*s served via http only so maybe the certificate is missing
  • console tells BLOCKED_BY_ORB for all your resources => maybe your server config is wrong
  • manually visiting any of your links of resources shows a Domain expired banner “domain expired” which points to https://www.tucowsdomains.com/
  • whois sys owner is infomaniak registered on 08 Dec 2025 and transfer is disabled.

=> maybe your transfer of the domain is from A to B is not yet completed.dunno if the internet caches a long time…

Dunno how to track that stuff down, but guess you will have to give some pressure and maybe send some screenshots from Developer Console, error messages… to them - especially if you plan to switch a second time with the domain.

Hugos docs have some howtos for hosting on …

Your site seems to be “quite standard Hugo”, so support my web should be given. For easy to use it depends … but maybe one of these fits for you.

Hi, thank you very much for your reply and for taking the time to look into my site.

I wanted to clarify the domain situation, because it is a bit confusing on my side as well.

I originally owned the domain martamiguelilustracion . com, but ICANN has placed a 60-day lock on it, so I am not able to transfer it or change its nameservers for now. Because of this limitation, I decided to buy a new domain: martamiguelarte. com, which is the one I intend to use for my Hugo site.

However, the hosting account in Infomaniak was originally created under the name martamiguelilustracion. com, and that might be why you are seeing the “Domain expired” banner from Tucows and the WHOIS information referring to Infomaniak and the transfer being disabled.

This is exactly what I don’t fully understand:
Why I still see the Tucows “domain expired” page and the WHOIS details mentioning 08 Dec 2025 and the transfer lock, even though my new domain martamiguelarte.com is active, registered, and should be serving the site.

Right now it seems that Hugo is generating absolute URLs pointing to the old domain, which is probably why my CSS/JS requests end up at the expired Tucows parking page instead of the new domain.

I’m working on adjusting my Hugo configuration (baseURL and canonical settings), cleaning the hosting directory, and making sure all resources are served from martamiguelarte. com only.

If you have any additional suggestions based on this updated context, I’d truly appreciate it.

Thanks again for your help!

Best regards,
Marta

ok. if the new domain works fisrt step done. think i have overseen the subtile difference in baseUrl :blush:

for canonical I would have a look at

docs for canonical urls.

i would

  • first adjust the site for the correct basURL. without ny other changes and keep it on hugo 123.1
  • if all is up and running it might be good to upgrade. there have been a lot of changes since. especially from 146 on we have a new template folder structure.

pretty sure we are able to support in case of specific issues