Hello,

I'm using url rewrite on my wiki like explained on mediawiki.org but this
makes it impossible for bots to use api.php because that gets forwarded to
the article instead of the real api file.

My htaccess.

suPHP_ConfigPath /home/wikiwex/php.ini

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

What kind of line can I add to ignore all requests for api.php ?

Best regards,

Huib
-- 

"The soldiers graves are great preachers of peace...."

http://commons.wikimedia.org/wiki/User:Abigor
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to