I would like to use ExeOutput for PHP and f3 (Fat Free Framework) to build an app. Before I really dive in, I wanted to make sure that I could get the basic setup to work right. I set up a bare bones “Hello World” application to test whether I have ExeOutput configured correctly.
When I run php’s built in server on a localhost port, the app/site works fine. However, when I compile with ExeOutput, the app window displays a 404 error. When I remove the need for autoloading a class, I can get the compiled app to display what I expect. However, I really do need the autoloading to work, and I’m pretty sure I just have something configured wrong.
More details in the replies.
5 posts - 1 participant