 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Timir Shah's Blog: URL Rewriting with PHP and IIS 7
by Chris Cornutt April 01, 2010 @ 09:51:14
On his PHP Genious blog Timir Shah has written up a new post looking at how you can configure URL rewriting (much like mod_rewrite) in an IIS7 web server running PHP applications.
Few days ago, I faced a URL rewriting problem on windows server. After checking the server configuration, I found that there is an II7 installed. After long research about this, I found that II7 is not support .HTACCESS. If youwant to male your site SEO URL friendly, then you have to use web.config file for URL rewriting instead of .HTACCESS. Now the question is how to make web.config file from .HTACCESS?
He compares the two formats, showing how different directives from the .htaccess file can be translated over. He starts with an example of default documents on either side - the .htaccess defining several "php_value" settings and the web.config setting some default routing and rewrite rules. He shows how to set up a few things on each side - error page redirects and setting up some custom URL rewrite rules for both sides (with examples).
voice your opinion now!
url rewrite htaccess webconfig iis7 webserver
Stuart Herbert's Blog: Making IIS Practical In Production For PHP
by Chris Cornutt December 18, 2008 @ 10:24:24
Stuart Herbert, prompted by this post from Derick Rethans uses this new post to his blog to point out something that didn't seem to be mentioned and has always been a pet peeve of his when running PHP on IIS - controlling the FastCGI processes so they don't take over the machine.
Running PHP via CGI and FastCGI means that IIS has to do the Windows equivalent of fork()ing off PHP processes to do the actual PHP bit. If your box has too many PHP processes running, the box will start to swap. Once a webserver starts swapping, you've no chance in hell of keeping up with all the incoming requests, and your websites on that particular webserver become unavailable in a matter of moments.
The problem seems to have been corrected in the most recent IIS release, though and correct directions can be found here. Older versions of the web server are out of luck, unfortunately.
voice your opinion now!
iis microsoft webserver practical fastcgi cgi iis7 documentation process
Bill Staples' Blog: Quick Install of the World's Most Popular Web Applications on IIS7
by Chris Cornutt October 16, 2008 @ 07:54:23
Among other things mentioned in his his latest post Bill Staples talks about a new tool that makes the installation of lots of popular web apps (PHP and not) simpler - the Microsoft Web Application Installer.
The Microsoft Web Application Installer (Web AI) is a companion to Web PI, and provides a super easy way to download, install and configure many popular community and open source applications on IIS7. Available applications include DotNetNuke, Drupal, Gallery, Graffiti, osCommerce, PHPBB, and Wordpress, with more on the way.
You can find out more about this web installer and the Microsoft Platform tools from this page on Microsoft's site or in this Web AI forum (where you can also provide your own feedback).
voice your opinion now!
quick install application wordpress phpbb oscommerce microsoft iis7
Andi Gutmans' Blog: Making PHP on Windows work!
by Chris Cornutt October 31, 2006 @ 16:50:49
Andi Gutmans of Zend has posted a new item on his Blogspot blog today concerning one of the announcements that Zend made today in their keynote - the collaboration between Zend and Microsoft to get PHP working even better with Windows.
Today we announced a partnership with Microsoft. The goal of this technical collaboration is to make PHP on Windows a first class citizen. It has always been our goal to make PHP run well on any platform, and this initiative reinforces that. Both companies have also observed huge interest both from the community and our respective customers bases in good PHP support on Windows, and therefore, collaborating on making this happen is a no-brainer for both.
He mentions that it's not the first time that Zend and Microsoft have collaborated, but that this new effort will go far and above the previous effort. He goes on to talk about what the partnership means for both companies and the steps that are being made to get the functionality stable and out to the community.
voice your opinion now!
zendcon2006 windows microsoft iis7 zend collaboration zendcon2006 windows microsoft iis7 zend collaboration
|
Community Events
Don't see your event here? Let us know!
|