مرسی از لطفتون این کد کار کرد. اما تنها مشکلی که هست اینه که ریدایرکت Silent نیست. یعنی کاربر می بینه که آدرس عوض شده، اکر بخوام این مشکل رفع بشه، راه حلی وجود داره؟

کد فعلی من:
RewriteEngine On
# Extract the subdomain part of domain.com
RewriteCond %{HTTP_HOST} ^([^\.]+)\.2nate\.com$ [NC]
# Check that the subdomain part is not www and ftp and mail
RewriteCond %1 !^(www|ftp|mail)$ [NC]
# Redirect all requests to the original url /blog
RewriteRule ^.*$ http://2nate.com/beta1/api/%1 [L]