I have a website on localhost, latest MAMP build. The subfolder is test2.
This is its .htaccess:
DefaultType text/html DefaultType application/x-httpd-php
Is this the correct way to ensure files get treated as both HTML and PHP?
Write it as:
<Files *> DefaultType text/html DefaultType application/x-httpd-php </Files>
All files in dir and subdirs will be opened as PHP.
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
7 months ago
viewed
192 times
active