Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在本地主机上有一个网站,最新的 MAMP 版本。子文件夹是 test2。
这是它的 .htaccess:
DefaultType text/html DefaultType application/x-httpd-php
这是确保文件被视为 HTML 和 PHP 的正确方法吗?
写成:
<Files *> DefaultType text/html DefaultType application/x-httpd-php </Files>
dir 和 subdirs 中的所有文件都将以 PHP 格式打开。