Jump to content

Internet information services (IIS) php struggles

Go to solution Solved by Techno Blueberry,

After finding out that a lot of iss features have been abandoned back in 2022 I decided to just switch to nginx. Going to require a lot of researching without having ui for config but I'll try my best.

Gosh I barely even know where to start, I am a noob in all of this. I followed a how to install php on iss and it is technically working except for: image.thumb.png.671ce08b6a911910135d9ea2f4afe27e.png
 What am I doing wrong? It loads, it's not an iss error and everywhere I try searching for this exact error everyone has a slightly different problem. 

 

Another thing that has been torturing me is for the life of me I can't get PHP to log anything.image.thumb.png.c4946b48a86e02bc01188545d66b4d8c.png

 Oh and for reference if you run the php file inside of Powershell with PHP it works fine.

Link to post
Share on other sites

1 hour ago, Techno Blueberry said:

I followed a how to install php on iss and it is technically working except for:

Do you really need IIS? Its dog shite 🤣.

 

PHP itself does comes with its own built in basic server. From your project folder run following to activate

php -S 0.0.0.0

https://www.php.net/manual/en/features.commandline.webserver.php

 

But for getting  (AMP) dev server on windows use Xampp/Wampserver - alternatively use wsl with lamp stack

Link to post
Share on other sites

3 hours ago, C2dan88 said:

Do you really need IIS? Its dog shite 🤣.

 

PHP itself does comes with its own built in basic server. From your project folder run following to activate

php -S 0.0.0.0

https://www.php.net/manual/en/features.commandline.webserver.php

 

But for getting  (AMP) dev server on windows use Xampp/Wampserver - alternatively use wsl with lamp stack

I have a disability where I really struggle with reading and writing can I even miss I'm using dictation to write. I need something that has as much ui as possible iss is that. 


Also your recommendation doesn't seem to work. 

The one recommended in the documentation did work although it didn't change the outcome of my error.
image.thumb.png.c9c17b9b6c251889cff1a0a7ca94baa3.png

 

image.png

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×