Answer the question
In order to leave comments, you need to log in
How to set up a redirect of the entire site, except for 404 responses?
Hello!
I'm redirecting the entire site, but I need pages with a 404(not found) status to not be redirected.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} mysite.com [NC]
RewriteCond %{REQUEST_URI} !^/robots.txt$
RewriteRule ^(.*)$ http://mysite.net/$1 [R=301,L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question