Answer the question
In order to leave comments, you need to log in
How to make a redirect work in Safari?
I have a website with two domains example.com and example.ru.
The task was to make a redirect from .com to .ru. I did it in the easiest way. Worked everywhere except Safari. I started messing with .htaccess, nothing helps, I returned the file to its original state:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
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