我想应用读写规则将重写规则转换为https://mysite.com/aboutus.php到 https://mysite.com/aboutus.page,我在 .htaccess 文件中包含以下内容,但它不工作。
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]
我想应用读写规则将重写规则转换为https://mysite.com/aboutus.php到 https://mysite.com/aboutus.page,我在 .htaccess 文件中包含以下内容,但它不工作。
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]