Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

krisRC's avatar

Making HTML file work with the application in the blade

Our entire application is in the blade and hosted on GoDaddy but the ingress channel to the application is a .html file. Since the application is a blade, the .html file is failing to call the application. Is there a way we can make this work? Would it help if the application in a subdomain? Anyone implemented applications on GoDaddy shared hosting, can please help? (Application is in PHP, using Laravel Framework, hosted in a GoDaddy shared hosting account at the moment, we can move it to a separate hosting or move it to AWS as well)

0 likes
3 replies
jlrdw's avatar

just put a link in the HTML file to the login page.

willvincent's avatar

Ugh. Godaddy is awful.

In any case.. for a properly functional laravel deployment the http server docroot should point to the laravel app's public directory.

Not sure if you can alter the docroot config that way on godaddy.. you'd be much better off just moving it elsewhere.

krisRC's avatar

Will check this option. We were actually on AWS but their random pricing policy is scary. Perhaps we can get a separate server for the application instead of a shared hosting. Thanks for your help though. Will post back if the suggestion worked. Appreciate it much.

Please or to participate in this conversation.