必要なもの
website.de
に配置されたファイルを使用して Web サイトを配信するには、Apache が必要/var/www/html/private/koken
です。
問題
私の他のウェブサイトに関しては、私はVHostsで動作する構成を持っています。
問題の Web サイトに、koken.me の優れた CMS をインストールしました。サーバーの VHosts をセットアップした後、 DocumentRoot500 Internal Server Error
のログ メッセージが表示されます。それのDocumentRootで動作します(私のテストindex.htmlを提供します)。作業中の DocumentRoot では、入力する必要があり、koken が機能します。しかし、私はその付録を入力したくありません。Request exceeded the limit of 10 internal redirects
/var/www/html/private/koken
/var/www/html/private
website.de/koken
私が試したこと
VHosts 構成の設定を変更します。しかし、他にはまだ何もありません。現在の私の設定は次のようになります。
# Personal website
#
<VirtualHost *:80>
ServerName website.de
DocumentRoot /var/www/html/private/koken
</VirtualHost>
<VirtualHost *:80>
ServerName www.website.de
Redirect permanent / http://website.de/
</VirtualHost>
質問
Web サイト名を入力したときに koken フォルダーに index.php を配信するように Apache に指示するにはどうすればよいwebsite.de
ですか?