Is there a possibility to host a different site under the same domain which hosted the Hugo site?
As an example, let’s say I have a domain called “example.com“. Now I want to host a Laravel web app on “example.com/app“. How can I do that? Hosting under a subdomain is not possible because of SEO reasons.
thanks for the suggestion. The issue is I have deployed my hugo site on cloudflare pages and the Laravel app is hosted on digital ocean. As per your suggestion, do I need to move the hugo site to digital ocean?
Just an idea (not sure if this can/will be feasible for you):
If the laravel is a subpage of Hugo and not too big, you could put into an appropriate location under static. The update of the laravel stuff is a different story then, though.