Forum Moderators: phranque
A company has two domains:
They used to redirect #2 to #1. We've just about finished a new site for them, that in the end will reverse things a bit, where #1 will redirect to #2.
We've changed the DNS of #2 to point at some new servers, and until the new site is completely finished, are redirecting the root of #2 to #1 using the following in an htaccess file:
RewriteRule ^$ [ourcointer.com...] [L]
This solution works fine for us, and we've had some people test it, however in the clients office they are simply getting a blank white screen instead of a redirect.
What I am wondering is, could this redirect, without stating 301 or anything, be stopped by some firewall software or something?
Any ideas appreciated!
I doubt that it's a firewall problem; It would make no sense to block 301 redirects.
Have your client flush their browser cache (Temporary Internet Files), too.
Jim