Friday, November 22, 2013

PHP & IIS7.5 Topics

My Server have:
  1) Windows 2008 R2
  2) IIS 7.5

I Installed using next resources:

[1]  PHP http://windows.php.net/download/
[2]  Microsoft 2008 C++ Runtime http://www.microsoft.com/en-us/download/details.aspx?id=30679


References:
[1] (Guide) http://www.iisunderground.com/installing-php-on-iis/
[2] http://sqlfromhell.wordpress.com/2009/12/21/instalando-o-php-no-iis-7-5/
[3] Include WordPress  http://zousu.com/wp/install-wordpress-with-iis-7-php-mysql/

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...