Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We click on file management to go to the management location of the website and directory.
Click to edit the .htaccess file and add a line at the end, 'AddType application/x-httpd-php.php3', click Save.
The function of the statement 'AddType application/x-httpd-php .php3' is to execute all files with the .php3 suffix as .php files.
We create a 1.php3 file and write''to 1.php3.
Visit the 1.php3 file in the directory of the website and find that it has been executed successfully. It's really great.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We click on file management to go to the management location of the website and directory.
Click to edit the .htaccess file and add a line at the end, 'AddType application/x-httpd-php.php3', click Save.
The function of the statement 'AddType application/x-httpd-php .php3' is to execute all files with the .php3 suffix as .php files.
We create a 1.php3 file and write''to 1.php3.
Visit the 1.php3 file in the directory of the website and find that it has been executed successfully. It's really great.
The text was updated successfully, but these errors were encountered: