[Mediawiki-l] Short URL partly broken after upgrade from 1.10.0 to 1.11.0

Kilian winkelklammern at texttheater.de
Fri Jan 18 16:45:50 UTC 2008


Udo ~

it looks very much like the rewrite engine doesn't find index.php and
thus rewrites the URL to that of a wiki page called "index.php".

A new suggestion to solve this: Add a RewriteBase clause to
your .htaccess, like this:

> htaccess in /wiki:
> RewriteEngine On
> RewriteBase /wiki/
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule ^(.+)$ index.php?title=$1 [L,QSA]

~ Kilian




More information about the MediaWiki-l mailing list