Tengo una duda. Estoy estudiando php y sé cómo hacer correr mis proyectos en windows
uso el xampp para instalar el apache y el mysql
y como IDE uso apache netbeans
donde activo el servicio apache. y creo todos mis proyectos en C:\xampp\htdocs
Ahora bien, me he pesado a ubuntu
y me parece que todos los proyectos los debo crear en /var/www/html (localhost)
pero aparte de eso, me parece que debo darle los permisos adecuados para poder crear y escribir proyectos en dicha carpeta
#chmod -R 777 /var/www/html
pues bien, me voy al netbeans e intento crear el proyecto
y en configuración > run configuration > project url :
http://localhost/ProyectoPHP/
sources:
project foulder/source folder:
/var/www/html/ProyectoPHP
pero al lanzar la página no me funciona
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.41 (Unix) OpenSSL/1.1.1d PHP/7.3.11 mod_perl/2.0.8-dev Perl/v5.16.3
no sé qué debo hacer para seguir.