dbx12, 6 months ago (edited 6 months ago) Looks like your php code is wrong, try this (and just this) for index.php <span style="color:#323232;"><?php </span><span style="color:#323232;">phpinfo(); </span> You also had Test Text1 inside the php block which is a syntax error. Maybe that’s the cause why you don’t get anything. Edit corrected the filename to lowercase extension.
Looks like your php code is wrong, try this (and just this) for index.php
<span style="color:#323232;"><?php </span><span style="color:#323232;">phpinfo(); </span>
You also had Test Text1 inside the php block which is a syntax error. Maybe that’s the cause why you don’t get anything.
Test Text1
Edit corrected the filename to lowercase extension.