PHP Host
How to deploy astro website in to PHP hosting
PHP hosting Deploy
Well, if you want to deploy your astro js project in to PHP hosting like cpanel, plesk and others, of course you can do it !!
For first you need to build production mode, so access your astro project, and you can run command npm run buid
, After that you can upload dist
folder in to your PHP hosting.