I've installed php 7.3.8 and also Apache 2.4 on my windows 10 but the problem is when i try to load http://localhost/phpmyadmin i got some raw php code and i tried to edit httpd.conf file like this answer Localhost/phpmyadmin/ returns php code
but it didn't work out and also i couldn't run Apache anymore.
Now what should i do?
I tried to configure httpd.conf file just like that answer and I don't have LoadModule php7 in my httpd.conf file.
Please notice that I'm new to php and apache and phpmyadmin and their stuffs :)
Asked
Active
Viewed 124 times
0
Amin soley
- 517
- 2
- 6
- 15
-
Did you connect (configure) Apache to know about PHP? It does not happen automatically. Sounds like you didnt do that yet. – RiggsFolly Aug 16 '19 at 14:31
-
Maybe you should uninstall Apache and PHP and MySQL if you have that Too and look at WAMPServer or XAMPP. With those you get Apache/PHP/MySQL all installed and configured for you (And they are free) – RiggsFolly Aug 16 '19 at 14:32
-
@RiggsFolly well, I'm using Apache only and i know i have to configure Apache to know PHP and I tried solutions and also i don't have sth LoadModlue php7 in httpd.conf file – Amin soley Aug 16 '19 at 14:45
-
Then APache does not know about PHP hence php is not being compiled and executed, it just gets sent like html to the browser – RiggsFolly Aug 16 '19 at 14:57