File not open or not recognized on localhost of Linux Fedora?

-1

On the terminal screen, the permissions are correct:

Butonmylocalhost,thepageisopeningwitherror:

ButontheIDEscreen,it'stheretoo,see:

The question is, how do I make my localhost recognize that this file exists on the system?

I already tried to use the command sudo service httpd restart , but nothing has changed, does anyone know anything else that needs to be done?

The permission is basically:

  • owner (reading and writing) 6
  • group (reading and writing) 6
  • other (read) 4
  • The other files in the list are opening normally, only the one that does not:
    gerenciar-premios-imprensa.phtml

        
    asked by anonymous 06.07.2016 / 15:56

    1 answer

    2

    The file name is incorrect.

    You're trying to include:

    gerenciar-premios-imprensa.phtml
    

    ... but the name with which you saved the file is:

    gerenciar-premios-impresa.phtml
    

    A n is missing in the middle.

        
    06.07.2016 / 16:01