Hi, do you know why php files don't start? I haven't suffered so far.
I also made a .php test file in which I gave a simple echo and it doesn't display anything.
Do you have any ideas?
I use Windows as an operating system, php 7.4.
Is it possible because of the hosts file? I was using the docker and I needed it.
If I want to use laravel, everything works perfectly but not on a simple php file. Do you have any ideas?
@myirlik if you are just seeing the contents of the php file as text and it’s not rendering as php, then check you have installed and enabled php on your server.
To see if you have, create a new page called info.php and paste the following into it.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();