Answer the question
In order to leave comments, you need to log in
How to make different master pages via .htaccess?
It is necessary to make it so that those who come to the site from mobile devices are redirected to the static mobile.html page (there is), but at the same time, they have the opportunity to continue walking on the main site that is under wordpress.
I tried to implement it via htaccess like this:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} iphone|ipad|android|blackberry [NC]
RewriteRule ^index\.php$ /mobile.html
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