PHP not interpreted, showing in view source

后端 未结 6 1979
春和景丽
春和景丽 2021-01-17 10:31

I\'m hoping that this will be a useful page for getting started running php code as well as solve the current problem I\'m having some very simple code as follows:



        
6条回答
  •  耶瑟儿~
    2021-01-17 10:44

    In my case I had the /var/www/ folder with wrong permissions.

    I had to run:

    sudo chown -R www-data /var/www/
    sudo chgrp -R www-data /var/www/
    

提交回复
热议问题