我想配置htaccess文件以执行html中的php文件,但出现错误500 Internal Server。
这里:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
AddType application/x-httpd-php .html .htm
</IfModule>