search
HomeBackend DevelopmentPHP ProblemHow to determine domain name jump in php

php method to determine domain name jump: 1. Create a PHP sample file; 2. Read the visiting domain name; 3. Through "if($url == 'www.web.cn'){. ..}" method to determine the domain name and jump to different pages.

How to determine domain name jump in php

The operating environment of this article: Windows 7 system, PHP version 7.4, DELL G3 computer

php How to determine domain name jump?

PHP reads the visiting domain name and determines to redirect to a different page

The code is as follows:

<?php
$url = $_SERVER[&#39;HTTP_HOST&#39;];
if($url == &#39;www.web.cn&#39;){
echo"<script>window.location.href=&#39;http://www.web.cn/web&#39;;</script><a href=&#39;http://www.web.cn/web&#39;>如果系统长时间没有跳转界面请手动点击这里</a>";
}else if($url == &#39;www.bbs.cn&#39;){
echo"<script>window.location.href=&#39;http://www.bbs.cn/bbs&#39;;</script><a href=&#39;http://www.bbs.cn/bbs&#39;>如果系统长时间没有跳转界面请手动点击这里</a>";
}else{
echo "地址错误";
}
?>

Recommended learning: "PHP Video Tutorial

The above is the detailed content of How to determine domain name jump in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.