<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- XML-Output by phpMyFAQ  | Date: 2026-06-10 09:23 -->
<phpmyfaq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:NamespaceSchemaLocation="http://www.phpmyfaq.de/xml/faqschema.xsd">
	<article id="17">
	<language>ja</language>
	<category></category>
	<keywords>htaccess php index</keywords>
	<theme>ディレクトリにアクセスした場合に、index.html
では無く index.php を表示させたいのですが？</theme>
	<content xmlns="http://www.w3.org/TR/REC-html40">&lt;p&gt;
.htaccess ファイルに以下を記述し、httpdocs
にアップロードして下さい。
&lt;/p&gt;
&lt;p&gt;
DirectoryIndex index.php index.html index.cgi
&lt;/p&gt;
&lt;p&gt;
これにより、ディレクトリにアクセスした際に、index.php
-&amp;gt; index.html -&amp;gt; index.cgi
の順番にファイルを探すようになります。
&lt;/p&gt;</content>
	<author>ocean</author>
	<date>2006-09-09 11:07</date>
	</article>
</phpmyfaq>