Hi,
I don't see any reference to the development site in the .htaccess file, here is a copy of it as it stands now:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^forwardeddomain.co.za$ [OR]
RewriteCond %{HTTP_HOST} ^
www.forwardeddomain.co.za$
RewriteRule ^/?$ "http\:\/\/www\.mydomain\.co\.za" [R=301,L]
RewriteCond %{HTTP_HOST} ^mydomain.co.za$ [NC]
RewriteRule ^(.*)$
www.mydomain.co.za/$1 [R=301,L]
I developed the site under
www.mydomain.co.za/2012 now moved to
www.mydomain.co.za
The forwardeddomain.co.za is an additional domain this client owns and redirects to the main domain, doesn't have anything to do with the root domain otherwise.
Thank you
Gary