Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 140584

URL redirection in php for Opera Mini browser

$
0
0

I would like to redirect all URLs opened from Opera Mini browser to specific browser using PHP. I have this code below but it is not working. Please help me.

if(! empty($_SERVER['HTTP_USER_AGENT'])){
    $useragent = $_SERVER['HTTP_USER_AGENT'];
    if(preg_match('@(Opera Mini)@', $useragent)){

        $host = $_SERVER['REQUEST_URI'];

        if($host !== 'mywebsite.com/browser-error'){
            header('Location: ./browser-error');
        }
    }
}

Viewing all articles
Browse latest Browse all 140584

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>