How to hide your. php files

Source: Internet
Author: User
Tags php file php code php online

Today do PHP online manual mirror When you see this method, Haha, have not noticed before, so that the handbook is the best teacher
-------------------------------------------------------------------------------------
If you don't want to let people know that your site uses PHP programs for security purposes. You can configure your httpd.conf files in the following ways
But that doesn't mean PHP isn't safe.
You can use the following methods to achieve the hidden purpose:
1. Hide PHP as a different language
Add the following line to any location in your httpd.conf
# make PHP code look like other code types
AddType application/x-httpd-php. asp. py. pl. jsp aspx
2. Use unknown extension to PHP
Add the following line to any location in your httpd.conf
# make PHP code look like unknown types
AddType application/x-httpd-php. Bop foo. 133t. Los ABC
3. Use HTML extensions for PHP
Add the following line to any location in your httpd.conf
# make all PHP code look like HTML
AddType application/x-httpd-php. htm. html
Reboot your Apache. Change your PHP file name to the name of the file suffix you set above. Open the test ...
It's simple, but it's 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.