24.02.2006, 20:03:25
Problem solved.
Cause: 'Pretty' URLs ("## If using PHP as a CGI module, use the ugly URLs" - According to the documentation, they are incompatible with running PHP as CGI module, which is exactly what the host is doing. Eww. )
Solution: .htaccess voodoo (now it transparently overwrites all 'pretty' URLs with 'ugly' ones). You can now use both 'pretty' and 'ugly' URLs properly.
I believe this gets around the CGI mess, but if you still experience errors, reply here and I will try to resolve it in a different way.
Note:
'Pretty' URL : http://www.modenc.renegadeprojects.com/i.../Weird_Bug
'Ugly' URL: http://www.modenc.renegadeprojects.com/ind...title=Weird_Bug
Cause: 'Pretty' URLs ("## If using PHP as a CGI module, use the ugly URLs" - According to the documentation, they are incompatible with running PHP as CGI module, which is exactly what the host is doing. Eww. )
Solution: .htaccess voodoo (now it transparently overwrites all 'pretty' URLs with 'ugly' ones). You can now use both 'pretty' and 'ugly' URLs properly.
I believe this gets around the CGI mess, but if you still experience errors, reply here and I will try to resolve it in a different way.
Note:
'Pretty' URL : http://www.modenc.renegadeprojects.com/i.../Weird_Bug
'Ugly' URL: http://www.modenc.renegadeprojects.com/ind...title=Weird_Bug