views:

27

answers:

0

Hi,

RewriteEngine On
RewriteCond %{HTTP_HOST} ^tsgcs\.ca$
RewriteRule (.*) http://www.tsgcs.ca/$1 [R=301,L]

This is giving me errors 'Firefox has detected that the server is redirecting the request for this address in a way that will never complete.'

Any ideas why?