Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,107
Widok
0
28/09/2019 8:09 pm
Topic starter
example
1 Answer
0
28/09/2019 8:10 pm
Topic starter
1. .htaccess
RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d RewriteRule ^(.*)$ index.php [L]
2. Add to LocalSettings.php
$wgArticlePath = "/$1";