You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a directory in the filesystem that can serve PHP files? I am trying to use JuiceBox to run a PHP application that connects to a Postgres database. For example, if I create a index.php in this path
/home/juicebox/Code
and try to open the file in Chrome
file:///home/juicebox/Code/index.php
it does not serve, instead downloads the file.
Is there a way to have a virtual directory which can serve PHP files or maybe an Apache installation?
The text was updated successfully, but these errors were encountered:
Is there a directory in the filesystem that can serve PHP files? I am trying to use JuiceBox to run a PHP application that connects to a Postgres database. For example, if I create a index.php in this path
and try to open the file in Chrome
it does not serve, instead downloads the file.
Is there a way to have a virtual directory which can serve PHP files or maybe an Apache installation?
The text was updated successfully, but these errors were encountered: