Pour te connecter en root.
Ouvre un terminal. [lamitest@localhost ~]$ su -
Password:
[root@localhost ~]# firefox 'http://localhost' &
[1] 25215
[root@localhost ~]#
Je pense que c'est problème des droits. J'ai testé chez moi
[root@localhost www_fc]# ls -dl /var/www_fc/html/
drwx---r-x 12 root lami 4096 jan 1 15:20 /var/www_fc/html/
[root@localhost www_fc]# ls -l /var/www_fc/html/index.html
-rw-r--r-- 1 root lami 21402 jan 1 15:20 /var/www_fc/html/index.html
[root@localhost www_fc]# chmod -v 700 /var/www_fc/html/
Le mode d'accès de `/var/www_fc/html/' a été modifié à 0700 (rwx------).
[root@localhost www_fc]#


