2
I’ve searched all day and I’ve asked a lot of people for help but I can’t find what I’m really looking for.
I need a step-by-step tutorial on how to open a project with apache on Ubuntu.
apache2 is installed, mysql is installed and PHP5 is also installed.
i already tried to create a folder inside the /var/www but if I type the localhost followed by the folder name the browser informs that the directory/file does not exist.
Already exprerimentou put only localhost to check if the default Apache page appears?
– Giancarlo Abel Giulian
Yes Giancarlo, yes appears the "Apache2 Ubuntu Default Page It’s Work!"
– RFL
enters the /var/www folder and executes the sudo chmod -Rf 777 folder name command. Another thing is to remove the index.php or index.html file from the var/www folder. So Voce can look at the directory inside the localhost. Check it out:https://netbeans.org/kb/docs/php/configure-php-environment-ubuntu_pt_BR.html
– Israel Zebulon
I have the solution to your problem. Take a look at my answer ;)
– Wallace Maxters
in some Ubuntu the folder is /var/www/html, and you must access http://localhost to access the folder /var/www/html and not access this directory in the browser, I understood that Voce tried this
– deFreitas