Answer the question
In order to leave comments, you need to log in
How to set up MobileFrontend on a subdomain for MediaWiki?
Good afternoon!
Tell me what I'm doing wrong.
I want to configure the mobile version for MediaWiki 1.19.5 to be on the subdomain "pda."
Added to LocalSettings.php:
require_once("$IP/extensions/MobileFrontend/MobileFrontend.php");
$wgMFAutodetectMobileView = true;
$wgMobileUrlTemplate = 'pda.sitename.ru';
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^wiki/(.+)$ wiki/index.php?title=$1 [PT,L,QSA]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question