mediawiki: fix old api links

This commit is contained in:
Sandro - 2022-07-03 21:42:33 +02:00
parent 2b53f1878b
commit fa700f5f8a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ in
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteCond %{REQUEST_URI} !^/images
RewriteRule ^/w/(.*).php /$1.php [L,QSA]
RewriteRule ^(.*) /index.php/$1 [L,QSA]
'';
};