coreybutler / fenix

A simple and visual static web server with collaboration features.
https://preview.fenixwebserver.com
GNU General Public License v3.0
1.65k stars 135 forks source link

php files are downloaded #104

Closed RKouchoo closed 6 years ago

RKouchoo commented 6 years ago

If I use a tag like this which links to a php file which contains html <li style="float:right; border-left: 1px solid #bbb;" ><a class="active" href="../php/fb.php">dev</a></li>

The php file is downloaded instead of opened by the browser..

coreybutler commented 6 years ago

Fenix is a static web server, so dynamic languages like PHP aren't supported in v2. We're working on a proxy for v3 (PRO edition) that will allow requests to be proxied to dynamic app servers (like PHP).