Running xampp on windows
Trying to get short urls to work.

If I'm logged in I can get to the pages in the main namespace and get forbidden 
Error 403  in any other namespace



LocalSettings.php

$wgScriptPath = "";

$wgArticlePath = "/$1";

$wgUsePathInfo = true;





.htaccess file

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*) /index.php/$1 [L]



Looked at a lot of pages about mediawiki short urls and nothing works

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to