Search virtual host
I think it should be /var/www/html/testing.php If html directory is not there then create one.
BY default if you have a apache configruation in your linux machine then the root path would be /var/www/html/file.php this will work. If you do not able to create any file under HTML file then give permission to the folder. If you want to change the work path of your Apache then you have to make the following configuration: sudo vi /etc/apache2/sites-available/000-default.conf Open this file and change your "DocumentRoot /var/www/html" and also the <Directory /var/www/html>
Обсуждают сегодня