このコードを使用してphpファイルをhtmlファイルに書き換えているため、technical.phpはtechnical.htmlとして表示されます
RewriteEngine on
RewriteRule ^(.*)\.html$ $1.php [nc]
しかし、technical.html にアクセスすると 404 エラーが発生します。
Not Found
The requested URL /technical.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
htaccess の順番を間違えたのでしょうか?