Have you edit the /etc/config/uhttpd file?
list interpreter ".php=/usr/bin/php-cgi"
option index_page 'index.php'
This is explained very well:
https://wiki.onion.io/Tutorials/PHP-GPIO-Example
Have you edit the /etc/config/uhttpd file?
list interpreter ".php=/usr/bin/php-cgi"
option index_page 'index.php'
This is explained very well:
https://wiki.onion.io/Tutorials/PHP-GPIO-Example
Hi. What have I to do if I have multiple folders in www?
doc_root = "/www, /www/project1, /www/project2"
Is this correct?