Run PHP application on IIS6
March 22, 2010
No Comments
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
What The Internet Knows about you
February 19, 2010
No Comments
This site can check what if a website build-in a script and the script can return such of informations http://whattheinternetknowsaboutyou.com/
URL Redirection
February 18, 2010
No Comments
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
January 15, 2010
No Comments
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