Hide your. php files
Hide your. php files
Today to do PHP online manual image of the time to see this method, Haha, have not noticed before, so that the handbook is the best teacher
-------------------------------------------------------------------------------------
If you do not want to let others know that your website uses PHP program to achieve security purposes. You can configure your httpd.conf file as follows
But that doesn't mean PHP isn't safe.
You can use the following method to achieve the hidden purpose:
1. Hide PHP as a different 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. Using unknown extensions 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. 133t. Los ABC
3. Use HTML extensions 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 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?
The above describes the Delphi resource file hiding your PHP file implementation method, including the Delphi resources file content, I hope the PHP tutorial interested in a friend helpful.