Okay super people ...
I have a space
I have a website
The space opens in chrome on our server by default
The website I want to link to is only able to open in Edge
(Don't try to understand just help)
How can I link and redirect to open in Edge?
There is no way to do this just through a link. You could on the website that opens only in Edge add some JavaScript that detects the browser and lets the user know the site only works in edge.
There was a similar problem with the site when paying for the service. The bank didn't allow a transaction in one browser and had to open it in another. We decided that the site https://mtpremium.net/ had a problem, but then it turned out that the environment variable HTTP_USER_AGENT is used to identify the browser based on the user agent string. I'm not familiar with the RewriteCond directive, which allows you to specify a condition that must be met for redirection to occur. I had some help from the marketing agents who did the marketing development plan for my site
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.