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