ok resolved thank you very much!
Enrico Rossi
@Enrico Rossi
Best posts made by Enrico Rossi
Latest posts made by Enrico Rossi
-
RE: Display a html or php page
I try with:
https://wiki.onion.io/Tutorials/PHP-PushBullet-Exampleand same problem... the php file download and no display in the browser
-
RE: Display a html or php page
@Frederic-Baumann http://192.168.3.1/php/index.php
and this is the file:
<?php
echo "hello world, I'm PHP running on my Onion Omega!"; -
RE: Display a html or php page
Thank you very much at all! I follow the instruction in:
https://wiki.onion.io/Tutorials/PHP-GPIO-Examplebut when I try to display my file in the browser it download it and no display! Why?
-
RE: Display a html or php page
@Matt-Ogborne THANK YOU VERY MUCH! It works the html file! Now my problem is to view a php.
I have to put in in the www folder and give it the permission like
chmod 755 /www/myfile.php ??because the command in the console work but when I try to display the page it say:
Unable to launch the requested CGI program:
/usr/bin/php-cgi: Permission denied -
Display a html or php page
Hello! I try to display a page that i saved on the www folder in my omega. The idea is pick up my pc and at the http://192.168.3.1/mypage.html view my page. Is it possible? How to do it?