Hello fellow developers!
For a project i have a question.
We are making a simple voting system in combination with Volumio. The voting system is made in HTML, PHP en JS.
At this point i am having troubles with getting the right response.
CASE
I have installed a volumio image on a SD card. RaspPi boots up. After i updated, upgraded, installed Apache and PHP5, i create a simple PHP info file in a subdirectory in the www folder. Contents:
<?php phpinfo(); ?>
But when i go to the file, i get redirected the main volumio page. I have no idea why this is happening.
Can you help me?
Regards,
Alexander Rokven