質問が何度も聞かれましたが、私を助けてくれる答えが見つかりませんでした。
Ubuntu 12.04.5 LTSで実行されているApacheサーバーがあります(はい、更新する必要があります)。
/var/www/website/index.html
にウェブページがあります
プロバイダーでドメインフォワードを設定しましたhttps://ip.address/website/index.hmtl
.htaccess
に/home/website/
ファイルがあります。
<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options Indexes
DirectoryIndex index.html
order deny,allow
私が追加しましたLoadModule rewrite_module modules/mod_rewrite.so
私の/etc/Apache2/Apache2.conf
へ
サイトにアクセスしようとすると、エラーThe requested URL /website/index.html was not found on this server.
が表示されます
このようなことをするのはこれが初めてで、完全に迷っています...なぜ私のページにアクセスできないのですか?
更新:すべてを https://debian-administration.org/article/412/Hosting_multiple_websites_with_Apache2 のように設定しました
今、ブラウザがサーバーへの接続を取得できないというエラーが表示されますか?
更新2:現在、私のウェブサイトのディレクトリに[Wed Dec 07 08:23:10 2016] [error] (2)No such file or directory: could not open transfer log file /home/www/website/logs/access.log.
というerror.log
ファイルがあります
UbuntuでSudo a2enmod rewrite
を実行してモジュールの書き換えを有効にし、service Apache2 restart
でApache2サービスを再起動すると問題が解決します