Is it possible to run the trial version on a web server?

Hi all, is it possible to run a trial version of Kirby (starter kit) on a web server under a subdomain? Or does it only work via localhost?

I tried it (on web server), but unfortunately I get this message: throw new NotFoundException('The home page does not exist');

Yes, this is possible for testing purposes (only).

Make sure that the home folder exists (maybe the files didn’t upload correctly).

1 Like

Thanks texnixe! It works now! :slight_smile: