Run PHP application on IIS6
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
URL Redirection
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
Web Server Response Code
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
IIS Restart Command – iisreset
iisreset -noforce Usage: iisreset [computername] /RESTART – Stop and then restart all Internet services. /START – Start all Internet services. /STOP – Stop all Internet
IIS Restart Command – iisreset
>iisreset -noforce Usage:iisreset [computername] /RESTART – Stop and then restart all Internet services. /START – Start all Internet services. /STOP – Stop all Internet services.