PHP script in userdir

30-05-21 7:33 simon

Following on from getting cgi scripts working the next hurdle is PHP scripts.

This is easier, once you know what to do.

sudo nano /etc/apache2/mods-enabled/php*.conf

Change

   php_admin_flag engine Off

to

    php_admin_flag engine On

save.

 sudo service apache2 restart

to make the change active.