Hi,
I'm experiencing some weird behaviour when turning on SEF. Unfortunately I'm stuck with IIS 6.0. I'm using PHP 5.0.4 with it's php5activescript.dll from PECL. When I write a testscript (.wsf) all seems to work.
Now the thing is that when I turn on SEF, the URL's get rewritten nicely. No problem there. Just when I click a link, I get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
There's not much I can find about this error on Google. Here's my web.config (which I placed in the virtual directory).
<?xml version="1.0" encoding="utf-8">
<configuration>
<system.web>
<compilation defaultLanguage="PHPScript" debug="true" />
<customErrors mode="On" defaultRedirect="/index.php" />
</system.web>
</configuration>
I hope someone can help, I need to get this site fully working in a couple of weeks from now.
Thanks in advance for any answer!
Regards,
Jan