Am 17.09.2008 um 13:13 schrieb [EMAIL PROTECTED]: > My web host provider has both php4 and php5 installed on the server > which requires php5 scripts to end in .php5 > I assume they have set this in php5 or apache. In which case I am > unable to change it :o( > > I will play with renaming some files and if this fails I guess its > time to throw in the towel :o(
I doubt you're the only one with this problem: There must be a reason why the official MediaWiki distribution contains these .php5 stub files. I'll add a bit of code so that $wgScriptExtension (which should be ".php5" in your case) is transmitted to the render server and used there to construct the URLs. As soon as I've committed the code (and updated the version on tools.pediapress.com), I'll post an update on the list. Regards, Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
