Answers for "restart php config windows"

0

restart php service windows

To restart PHP on IIS, you actually need to restart IIS:

Click Start, click Run, type iisreset, and then click OK.
  
If iisreset command is not recognized, then click win and search 
"Turn windows features on or off" and tick the checkbox 
"Internet Information Service" and click ok and after completion try above 
process again.
Posted by: Guest on December-17-2021
-1

restart php windows

Win + R type:iisreset

Or, more verbose: iisreset inside a powershell 
opened as administrator - or even inside a Cygwin shell.
Posted by: Guest on June-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language