L
L
lagudal2019-08-27 10:28:46
htaccess
lagudal, 2019-08-27 10:28:46

Is there a complete safari browser emulator for Windows?

Actually, the question is in the title - it is necessary to test websites under safari, with the ability to debug css and js in windows 7.
I know about online services like BrowserStack, but there seems to be no way to open the safari web inspector ...

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergei Gurdjiyan, 2018-02-13
@mrKorg

Here is a working version:
+ it definitely had to be moved to the very top afterRewriteEngine On

A
alfss, 2018-02-13
@alfss

RewriteEngine ON
RewriteCond %{THE_REQUEST} ^\w+ /en/parlour-profile/massage-parlour-anna-berry-massage-louise-sensual-massage%E2%80%8B
RewriteRule ^ /en [R=301,L]

or else you can replace all % with \x

V
Viktor Taran, 2018-02-13
@shambler81

and you escaped the %, it's also part of the regular expression, it denotes a group from rewrite cond to $1 from the rule.
Redirect 301 /en/parlour-profile/massage-parlour-anna-berry-massage-louise-sensual-massage\%E2\%80\%8B /en as an option to make \w a letter, number or underscore _
less strict . \d - replaces any digit. \D - Replaces any character, but not a number.

D
Denis, 2019-08-27
@This_is_him

Install MacOS in a virtual machine

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question