Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

The following lines are in the .htaccess I wrote.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^40.230.60.270
RewriteRule (.*) https://www.mywebsite.com/$1 [R=301,L]
</IfModule>
It redirects when I type this in the browser. http://40.230.60.270
But when I write like this, it doesn’t redirect. https://40.230.60.270
I bought SSL certificate for two years and there was no problem with the certificate.
Can anyone tell me what its rewrite condition is ?
jeffs
0621335d663b4b699a60eb27e28153
accesstrax
Dwight Trumbower
admin
yimprogramming
samunyi90
1d6ce141ab5444dfb1ea2dd29cf4b1
Matt Fricker
joel9b158e40551b15093f213f
EmilJacobs