Hello
Am I able to create to create foldering like
server\_public\ - which would be shown on external browser as a wwwroot and index.php could then require ".\..\externally_inaccessible_stuff.php"; (which still was were compiled in the exe)
I tried to select c:\dev\myproject\ as a wwwroot and c:\dev\myproject\_public\index.php as a home page on exeoutput, but when exe was running, it was only accessible at http://localhost:8080/_public/index.php
altho if I select c:\dev\myproject\_public\ as a wwwroot and index.php there as a homepage c:\dev\project\ files will not be included in the exe
dunno how to explain this better
You got the point, i'd like to include php under wwwroot that are not directly "user accessible"
Thanks <3
Am I able to create to create foldering like
server\_public\ - which would be shown on external browser as a wwwroot and index.php could then require ".\..\externally_inaccessible_stuff.php"; (which still was were compiled in the exe)
I tried to select c:\dev\myproject\ as a wwwroot and c:\dev\myproject\_public\index.php as a home page on exeoutput, but when exe was running, it was only accessible at http://localhost:8080/_public/index.php
altho if I select c:\dev\myproject\_public\ as a wwwroot and index.php there as a homepage c:\dev\project\ files will not be included in the exe
dunno how to explain this better
Thanks <3