I configured Mysql, Xwiki 4.2 and Apache/2.2.16 behind Tomcat7 like adviced with UTF8-encoding by the XWiki-developers. The URL-encoding works fine, also with special characters.
I installed PHP5 and added the following into the 'httpd.conf'-file: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTAL PHPIniDir "../PHP" LoadModule php5_module "../PHP/php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL After doing that, something goes wrong. When I request this URL: http://localhost/xwiki/bin/view/Sandbox/M%C3%BCnchen (http://localhost/xwiki/bin/view/Sandbox/München) I get a wrong response and I will land on not the right site: http://localhost/xwiki/bin/view/Sandbox/MüFCnchen The character 'ü' in UTF8 '%C3%BC' gets decoded in Latin1 'ü'. How can activating PHP have influence on that? The problem has to be somewhere between Tomcat and Apache. I tried to configure every parameter in php.ini with UTF8 like the common advices when you google on that, but with no effect. Has anybody any experience on running and configuring PHP and XWiki on Apache? -- View this message in context: http://xwiki.475771.n2.nabble.com/PHP5-and-XWiki-4-2-running-on-Apache-2-2-16-problem-tp7583294.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
