Yes it is.
Here's the code :

RewriteEngine On
RewriteBase /mediawiki
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^mediawiki/(.*)$ /mediawiki/index.php?title=$1 [PT,L,QSA]

Bruno

On 10-11-29 03:28 PM, Bryan Tong Minh wrote:
> On Mon, Nov 29, 2010 at 8:46 PM, Bruno Caillé<bcai...@k3media.com>  wrote:
>> Hi,
>>
>> I'm trying to edit pages through the api using PHP Curl and every
>> created/edited page gets api.php as page title and completely ignores my
>> custom title passed in as parameter!
>> Any ideas?
>>
>   Is the server you are accessing configured to use short urls? If so,
> can you show its .htaccess?
>
>
> Bryan
>
> _______________________________________________
> Mediawiki-api mailing list
> Mediawiki-api@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
>

_______________________________________________
Mediawiki-api mailing list
Mediawiki-api@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to