Bunu deneyin.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^hipecraft\.com$ [OR]
RewriteRule ^(.*)$ "https\:\/\/\blog.hipecraft\.com\/$1" [R=301,L]
RewriteRule (.*) https://blog.hipecraft.com//$1 [R=301,L]
Rewriterule ^wp-content/uploads/(.*)$ https://blog.hipecraft.com/$1 [r=301,nc,l]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress