How do I install a custom PHP application? Print

  • 0

You can run almost any PHP app on our LiteSpeed + cPanel hosting.

  1. Upload your files via File Manager or FTP into public_html (or a subfolder).
  2. Create a database in MySQL Databases, add a user, and grant it all privileges.
  3. Edit the app's config file (often config.php or .env) with the database name, user, password and host (usually localhost).
  4. Set the required PHP version in MultiPHP Manager and any extensions via Select PHP Version.
  5. Visit yourdomain.com to run any installer, then delete install files.

Use https:// to take advantage of your free SSL, and add any required Cron Jobs. For apps needing special services or full control, a VPS is ideal. Need help? Open a ticket.


Was this answer helpful?

« Back