Hi,
I reinstalled win 11 to get rid of some stuff that was not able to be deleted. I have set up Apache 2.4 and PHP8.3. Apache is working by using localhost. "It Works" shows up in my browser. However, when I go into services I cannot start apache, it show automatic. This happened after I installed PHP8. Before I did the php stuff I could start Apache24 without any problems. I created a file with this: <?php phpinfo(); ?> This command is not working. I have entered into http.conf the index.php and I also added PHPIniDir "C:\php8" plus LoadModule php_module "C:\php8\php8apache2_4.dll" and then AddHandler application/x-httpd-php .php
I also added the location of these files in my system environment variables. I didn't start having a problem until I did the php stuff.