RewriteCond %{HTTP_HOST} ^siteadresi\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.siteadresi\.com$ [OR]
RewriteCond %{HTTP_HOST} ^siteadresi\.com\.^(.*)$ [OR]
RewriteCond %{HTTP_HOST} ^www\.siteadresi\.com\.^(.*)$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/blog\.siteadresi\.com\/" [R=301,L]
Burada yaptığım hatayı bir türlü çözemiyorum. İstediğim şey siteadresi.com, siteadresi.com/*(rastgele) adreslerini blog.siteadresi.com adresine yönlendirmek.