[Mediawiki-l] Enabling Short URL problem (Laura O'Grady)

clausvb.wikipedia at mailnull.com clausvb.wikipedia at mailnull.com
Mon Sep 7 12:32:26 UTC 2009


What happens, if you delete the following lines?

RewriteRule ^wiki/*$ /cbwiki/index.php [L,QSA]
RewriteRule ^/*$ /cbwiki/index.php [L,QSA]

It's working for me this way:

"LocalSettings.php"
$wgScriptPath = "/usr/cvb/mediawiki-1.15.1";
$wgArticlePath = "/wiki/$1";
$wgUsePathInfo = true;

".htaccess" in my DOCUMENT_ROOT (/opt/lampp/htdocs):
RewriteEngine On
RewriteRule ^wiki/(.*)$ /usr/cvb/mediawiki-1.13.1/index.php?title=$1 [PT,L,QSA]

Best regards,
Claus

----------
This message was sent from a MailNull anti-spam account.  You can get
your free account and take control over your email by visiting the
following URL.

   http://mailnull.com/



More information about the MediaWiki-l mailing list