B
B
bossigorxxx2021-10-25 11:16:23
htaccess
bossigorxxx, 2021-10-25 11:16:23

How to create a redirect to turbo pages?

It is necessary to create a redirect from mobiles. From such pages. I give an example

site.net/lekarstva/festal-instruktsiya-po-primeneniyu.html need a redirect to site-net.turbopages.org/ponosa.net/s/lekarstva/festal-instruktsiya-po-primeneniyu.html

site.net/lechenie -diarei/ponos-pri-koronaviruse.html at site-net.turbopages.org/ponosa.net/s/trechenie-diarei/ponos-pri-koronaviruse.html

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bossigorxxx, 2021-10-25
@bossigorxxx

I solved the issue myself with this rule:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos" [NC]
RewriteCond %{HTTP_HOST} site.net
RewriteRule ( .*) https://site-net.turbopages.org/ponosa.net/s/$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question