mtdev Hi, I'm trying to setup Flarum using a VPS using this guide: https://www.prowebtips.com/how-to-install-flarum-forum-on-ubuntu-server/ When I go to my website in the browser, instead of seeing an installation page I see this instead: Any help would be greatly appreciated!
artificialflow check if php is working properly: create a .php file with phpinfo(); then open it in browser
mtdev artificialflow Hmm you may be on to something. When I try to access test.php from my browser it seems to only show the code I typed instead of running the phpinfo() function.
mtdev Finally got it to work! If you are using Apache make sure to have libapche2-mod-php module installed and enable it using sudo a2enmod php, then restart Apache using systemctl restart apache2 See: https://stackoverflow.com/a/62001509 Thank you @artificialflow for your help!