hi, i try to use an .htacess to redirect http to https but not work
i find https://www.mediawiki.org/wiki/Manual:HTTPS but i don't know how find $wgForceHTTPS variable
how can use https on my mediawiki ?
best regard, jack-sparrow
On Mon, 2026-01-19 at 23:47 +0100, jack-sparrowwrote:
i find https://www.mediawiki.org/wiki/Manual:HTTPS but i don't know how find $wgForceHTTPS variable
See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php
Cheers, andre
On 2026-01-20 00:24, Andre Klapper wrote:
On Mon, 2026-01-19 at 23:47 +0100, jack-sparrowwrote:
i find https://www.mediawiki.org/wiki/Manual:HTTPS but i don't know how find $wgForceHTTPS variable
See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php
Cheers, andre
it's fix by .htaccess
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC] RewriteRule ^ https://documentation.blues-softwares.net%%7BREQUEST_URI%7D [L,R=301]
now witch skin is used by https://wiki.gentoo.org and how is use hardlink : https://wiki.gentoo.org/wiki/Main_Page like Main_page ?
best regarde
On Tue, 2026-01-20 at 17:32 +0100, jack-sparrow wrote:
now witch skin is used by https://wiki.gentoo.org
See https://wiki.gentoo.org/wiki/Special:Version#mw-version-skin
Cheers, andre
mediawiki-l@lists.wikimedia.org