Home > Common Problem > How to check if a website is made by asp or php

How to check if a website is made by asp or php

王林
Release: 2020-10-12 11:05:32
Original
4168 people have browsed it

How to check whether a website is made of ASP or PHP: You can directly observe the URL suffix of the website. The URL suffix of an ASP website is generally asp or aspx, while the URL suffix of a PHP website usually ends with php.

How to check if a website is made by asp or php

Specific method:

1. Directly view the URL suffix of the website

(recommended tutorial: php video Tutorial)

Asp websites generally have asp or aspx at the end of their URLs, and PHP websites usually end with PHP.

2. Use the browser's developer tools to view

According to the response message returned by the website server, we can check what technology the website uses. We press the shortcut key F12 to bring up the developer tools.

When we open any file, we can see server and other information.

As shown below, we can see that the website uses PHP technology.

How to check if a website is made by asp or php

Related recommendations: php training

The above is the detailed content of How to check if a website is made by asp or php. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template