Install nginx, virtual host, php-cgi, mysql server, phpmyadmin on window

0

Video :


Please watch video for tutorial and check below for source code.



phpcgi.bat (To enable php port)

php-cgi -b 127.0.0.1:9810

@ECHO OFF
ECHO Starting PHP FastCGI...
set PATH=C:\PHP;%PATH%
c:\bin\RunHiddenConsole.exe C:\1php-8.1.10\php-cgi.exe -b 127.0.0.1:9810

phpcgi.vbs  (This is to run phpcgi.bat and hide command prompt)

Set oShell = CreateObject ("Wscript.Shell") 
Dim strArgs
strArgs = "cmd /c phpcgi.bat"
oShell.Run strArgs, 0, false

 

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)

Random Posts