4,624
edits
(→C++: re) |
|||
Line 80: | Line 80: | ||
C++ doesn't work on Rosetta Code due to HTTP limitations. I understand that it ''should'' be possible to fix it with .htacces, but I was never able to get any .htaccess rules to work. Strictly speaking, the problem is with Apache. Apache assumes that + is an encoding character for the space character, so it replaces the + with a space. MediaWiki drops the trailing spaces in the requested page name, so C++ ends up pointing to C. I upgraded to 1.9.1 from 1.6, expecting the problem to go away, but it didn't. Eventually, I couldn't afford spending any more time trying to beat it into submission. I could always try upgrading to 1.9.3, but since the problem primarily lies in Apache, I don't think it would help. --[[User:Short Circuit|Short Circuit]] 14:01, 16 March 2007 (PDT) | C++ doesn't work on Rosetta Code due to HTTP limitations. I understand that it ''should'' be possible to fix it with .htacces, but I was never able to get any .htaccess rules to work. Strictly speaking, the problem is with Apache. Apache assumes that + is an encoding character for the space character, so it replaces the + with a space. MediaWiki drops the trailing spaces in the requested page name, so C++ ends up pointing to C. I upgraded to 1.9.1 from 1.6, expecting the problem to go away, but it didn't. Eventually, I couldn't afford spending any more time trying to beat it into submission. I could always try upgrading to 1.9.3, but since the problem primarily lies in Apache, I don't think it would help. --[[User:Short Circuit|Short Circuit]] 14:01, 16 March 2007 (PDT) | ||
:Upgrading would not work, the problem with C++ has gone already with the upgrade to 1.8.2. I'm sure now that it's not a MediaWiki issue. --[[Wolf Peuker|Wolf]] | <small>[[User talk:Peu|talk]]</small> 03:42, 17 March 2007 (PDT) |
edits