Can't execute PHP files
-
Hi !
I followed the tutorial here : Tutorial
It seems that my web server is up cause I can see the php file using my internal IP and port, but I see the php content in my browser instead of executing the code.
What am I missing ?
-
you basically need to install LAMP server, a tutorial can be found here: https://wiki.onion.io/Tutorials/How-To-Install-LAMP-Stack-on-the-Omega
-
I did followed that tutorial except I didn't install mySQL. I will do it again. Thanks
-
note to my previous post:
this reminds me of something i encountered a few years ago, having the same problems.
it was solved by running this command: a2enmod php5this could be the solution for you as well.