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 ビルドの Web サイトがあります。サブフォルダーは 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 として開かれます。