Redirect all URLs to another domain with .htaccess
You changed your domain name and you want to redirect all requests to the new domain? You can create such a redirect by adding a few lines in the site's .htaccess file. RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR] RewriteCond %{HTTP_HOST}…