Articles in this category How to make / create redirect from one domain to other with www using htaccess on apache? For make / create redirect from one domain to other with www using htaccess on apache? Just do like this: RewriteCond %{HTTP_HOST} ^yourdomain\.com [NC] RewriteRule ^(.*)$ https://yourotherdomain.com/... 1,510 (0)