How to 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, the manual is the best teacher ------------------------------------------------------- I saw this method when I made the PHP online manual image today. haha, I didn't notice it before. so I said 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?
Certificate -----------------------------------------------------...