How to hide your. php file

Source: Internet
Author: User
Tags php online

Hide your. php file
Hide your. php file
I saw this method when I made a PHP online manual image today. Haha, I didn't notice it before. So I said that the manual is the best teacher.
Bytes -------------------------------------------------------------------------------------
If you do not want others to know that your website uses the PHP program for security purposes, configure your httpd. conf file as follows:
But this does not mean PHP is not safe.
You can use the following method to hide the object:
1. Hide PHP as another language
Add the following line anywhere in your httpd. conf.
# Make PHP code look like other code types
AddType application/x-httpd-php. asp. py. pl. jsp aspx
2. Use an unknown extension for PHP
Add the following line anywhere in your httpd. conf.
# Make PHP code look like unknown types
AddType application/x-httpd-php. bop. foo. 133 t. los. abc
3. Use the HTML extension for PHP
Add the following line anywhere in your httpd. conf.
# Make all PHP code look like html
AddType application/x-httpd-php. htm. html
Restart apache. Change your PHP file name to the file suffix you set above. Open the test...
Although simple, it is very practical, isn't it?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.