PHP on IIS
http://php.iis.net
http://php.iis.net
Run php on IIS have 2 methods 1. You can use ISAPI Filters 2. PHP via FastCGI <- this post is how-to use FastCGI run PHP on IIS. IIS6 do not build-in FastCGI so need to install afterward FastCGI Extension for Internet Information Services 6.0 and 5.1 Then in IIS6 Web Services Extensions “Add a …
HTML redirect <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <html> <head> <title>Your Page Title</title> <meta http-equiv=”REFRESH” content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”></HEAD> <BODY> Optional page text here. </BODY> </HTML> Frame redirects <frameset rows=”100%”> <frame src=”http://www.example.com/”> </frameset> <noframes> <body>Please follow <a href=”http://www.example.com/”>link</a>!</body> </noframes> More info on Wiki I am currently using this script
100-199 SRCs provide confirmation that a request was received and is being processed. (silent) 100 This is good. The request was completed and the process can move along. 101 Request to switch protocols (like from HTTP to FTP) was accepted.
iisreset -noforce Usage: iisreset [computername] /RESTART – Stop and then restart all Internet services. /START – Start all Internet services. /STOP – Stop all Internet services. /REBOOT – Reboot the computer. /REBOOTONERROR – Reboot the computer if an error occurs when starting, stopping, or restarting Internet services. /NOFORCE – Do not forcefully terminate Internet services …
>iisreset -noforce Usage:iisreset [computername] /RESTART – Stop and then restart all Internet services. /START – Start all Internet services. /STOP – Stop all Internet services. /REBOOT – Reboot the computer. /REBOOTONERROR – Reboot the computer if an error occurs when starting, stopping, or restarting Internet services. /NOFORCE – Do not forcefully terminate Internet services if …