Issue Details (XML | Word | Printable)

Key: MBH-34
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Normal Normal
Assignee: Dave Evans
Reporter: Pavan Chander
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Hosting

MediaWiki api not working

Created: 14/Jul/10 11:27 PM   Updated: 23/Jan/12 08:59 PM   Resolved: 23/Jan/12 08:58 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Issue Links:
Depends
 
Duplicate
 
Resolution
 


 Description  « Hide

Copied from http://bugs.musicbrainz.org/ticket/5204

I'm running MediaWiki 1.15.1, here are my wiki's relevant config bits:

/.htaccess (not located at /wiki/.htaccess):
RewriteRule ^[^:]*\. - [L]
RewriteRule ^/*$ /wiki/index.php?title=MusicBrainz_Documentation [L,QSA]
RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA]

/wiki/LocalSettings.php:
$wgScriptPath = "/wiki";
$wgArticlePath = "/$1";

Query to test the api: api.php?action=query&titles=About_MusicBrainz&prop=info&format=xmlfm