Forum Moderators: phranque
Is there a way to confirm google, yahoo etc are reading this config as an actual 301?
Im using this:
<VirtualHost*>
ServerName w*w.widget1.com
ServerAliasw*w.widget2.com
Redirect 301 / [w*w.widnetsnew.com...]
</VirtualHost>
Does the above look ok?
It redirects if i try with a browser but is there a way to test it with something to confirm its giving a 301 code to google?