I want to that if it is necessary to make files with .php extension or it is possible to add php codes into a file wiht .html extension.
I want to that if it is necessary to make files with .php extension
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, at the following to the .htaccess file (assuming you’re using Apache)
More Info.
Take note that this is not efficient server-wise, as PHP will be fired for all pages in your script (you lose the ability to have high-efficiency static HTML web-pages, which are sometimes needed.