i have problem with the indexed by google. Google doesn't see 301 on my page. i have done with this code
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
when i delete www on my ulr www.myurl.com , browser redirect automatic to www. But when i delete www on my post url www.myurl.com/121/post, browser doesn't do it. How to fix this problem sir ?