-
Posted to
IIS7 - URL Rewrite Module
by
brashquido
on
11-19-2009, 5:32 PM
You Have RewriteBase /facebook/ enabled in your .htaccess. The IIS 7 rewrtie module does not suppor the RewriteBase directive, so you will need to comment that out.
-
Posted to
PHP Community
by
brashquido
on
11-19-2009, 5:23 PM
Thanks for the heads up AntiAlias, the URL's for my articles where rejigged after an upgrade and seems to have broken a few. URL should read;
http://www.iis-aid.com/articles/how_to_guides/installing_php_5_iis_5_simple_steps
As for your problem, I'd say you have some sort of metabase issue there. I have answered in the other ...
-
Posted to
PHP Community
by
brashquido
on
11-19-2009, 5:18 PM
Hi AntiAlias,
Sounds like it could be an inheritance issue. Have a look at my guide on working with IIS 6 scriptmaps inheritance and see how you go. Failing that, try creating a new IIS application for your site which should then allow you to create application mappings for your site. You can do this on the home directory tab of your ...
-
Posted to
Configuration & Scripting
by
brashquido
on
11-17-2009, 10:16 PM
650 XP machines with IIS? You'll possibly be able to do this using AdsUtil.vbs in your scripts. To be honest I've never had to do this with XP. How are you planning to deploy you script to these machines?
-
Posted to
Web Platform Installer
by
brashquido
on
11-17-2009, 10:08 PM
That would sound like a bug in WPI. You need XP Pro to get IIS, and then you get IIS 5.1 (or 6.0 if 64-bit).
http://support.microsoft.com/kb/224609
-
Posted to
Windows Cache Extension for PHP
by
brashquido
on
11-17-2009, 9:47 PM
I'd also like to echo the kudos on all the fine work been done here. Though I'm not seeing the traffic some of the other posters are, I am seeing similar results in the reduction in content delivery time. Average page execution times have been more than ...
-
Posted to
FastCGI Handler
by
brashquido
on
11-17-2009, 9:40 PM
Nice one :)
-
Posted to
PHP Community
by
brashquido
on
11-17-2009, 7:31 PM
Glad to help Antialias,
I have just had a shot at answering your prompt to download php file issue in your other thread;
http://forums.iis.net/p/1162689/1925115.aspx#1925115
As for your other questions, there should be no need to upgrade to IIS 7 just to use PHP/FastCGI. I haven't tried SP3 on XP / IIS 5.1 yet, but am not aware ...
-
Posted to
ASP.NET Administration
by
brashquido
on
11-17-2009, 7:18 PM
If you are still unsure then I would contact Microsoft support directly regarding this. The only thing I would suspect is that the bin directory is a commonly used structure, and therefore a common attack point. Ultimately you'll need to contact Microsoft directly though to get the micro detail of why they did this.
-
Posted to
PHP Community
by
brashquido
on
11-17-2009, 7:08 PM
Hi AntiAlias,
Have a look at this guide I wrote on troubleshooting the prompt to download php file. If you're still having issues after checking those things out, post back and we'll see what we can do.