Which redirect rule would I use to redirect all pages under olddomain.example to be redirected to newdomain.example?
olddomain.example
newdomain.example
The site has a totally
May be like this:
Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^OLDDOMAIN\.com$ [NC] RewriteRule ^(.*)$ http://NEWDOMAIN.com [R=301,L]