https://mysite.com/aboutus.phpの Rewrite ルールをhttps://mysite.com/aboutus.pageに 変換するための読み書きルールを適用したいので、.htaccess ファイルに以下を含めましたが、その動作していません。
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]
https://mysite.com/aboutus.phpの Rewrite ルールをhttps://mysite.com/aboutus.pageに 変換するための読み書きルールを適用したいので、.htaccess ファイルに以下を含めましたが、その動作していません。
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]