Version: , by wolfyman
Developer Last Online: Jul 2010
Version: Unknown
Rating:
Released: 02-21-2008
Last Update: Never
Installs: 0
No support by the author.
I have a radio station that needs windows, and a vbulletin forum that I would like to keep on linux - but having two servers is getting to be too much strain on the wallet.
My board isn't big in activity, but we have over 500,000 posts and high hopes
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
integrating php on iis is easy, 10 minutes work... mysql database is easy too.
I don't know about seo alternatives. Zoints SEO is for apache and I had lotsa headaches making it work with lighttpd, I don't expect it to be easier on IIS. VBSeo, tho, is supported and you can ask them directly.
integrating php on iis is easy, 10 minutes work... mysql database is easy too.
I don't know about seo alternatives. Zoints SEO is for apache and I had lotsa headaches making it work with lighttpd, I don't expect it to be easier on IIS. VBSeo, tho, is supported and you can ask them directly.
No problem with Zoints or any other product that need mod rewrite. Install http://helicontech.com isapi rewrite v3. It is 90% compatible with Apache rewrite.
No problem with Zoints or any other product that need mod rewrite. Install http://helicontech.com isapi rewrite v3. It is 90% compatible with Apache rewrite.
Upgrading mysql and php is a snap too.
Do not use isapi rewrite v3 - the latest builds of it have severe stability problems on Windows Server 2003. I had constant crashing of IIS and performance issues on two separate servers (one 32 bit, one 64 bit Windows 2003), and I saw on their forums that other people have the same problems. I replaced it with the 100% mod_rewrite compatible Isapi Mod Rewrite and all of the problems disappeared:
It is a little bit more expensive, but it has been rock solid. It instantly solved the issues I was having. I can't recommend it more highly in comparison to Isapi Rewrite.
Do not use isapi rewrite v3 - the latest builds of it have severe stability problems on Windows Server 2003. I had constant crashing of IIS and performance issues on two separate servers (one 32 bit, one 64 bit Windows 2003), and I saw on their forums that other people have the same problems. I replaced it with the 100% mod_rewrite compatible Isapi Mod Rewrite and all of the problems disappeared:
Interesting post. I have used v3 since the early betas. Never had a problem. maybe you should link me to a few of those posts. I visit their forum everyday and have yet to see any reports about it crashing since the final version was released. I nknow one of the betas had a problem.
No isapi filter can be 100% compatible with Apache rewrite. It's just not possible and if they claim that they are lying. Some directives can not be translated to IIS because the variables are not passed by an IIS server.