0

内部サーバーエラーが発生する理由を理解しようとしています:

RewriteEngine on
rewritecond %{http_host} ^website.ca [NC]
rewriterule ^(.*)$ http://www.website.ca/$1 [R=301,nc]

RewriteRule ^/$ index.php
RewriteRule ^realisations.html$ realisations.php
RewriteRule ^couvreur-toiture/services-de-toiture.html$ services-de-toiture.php

基本的に、.php ファイルを .html として表示し、メインの public_html ディレクトリの一部のページをサブディレクトリに表示する必要があります。

私の間違いはどこですか?前もって感謝します。

4

0 に答える 0