Non www to WWW website

hello.

I already Redirect Permanently my Website

http://ellysdirectory.com/ to http://www.ellysdirectory.com/

then i want to ask.

before i pointing all link to http://ellysdirectory.com
then
it will affect at http://www.ellysdirectory.com/ ???

Incoming links pointing to ellysdirectory.com will be redirected to [noparse]www.ellysdirectory.com[/noparse]. Is that what you wanted to check?

if you do the redirect with 301 status code, it shouldnt be a problem.

Really?
Y when i see at google webmaster.all my link gone after i redirect 301 from non-www to www.
so i think that maybe link i point to non-www will useless at WWW…^^
thanks for your advice guys.

If you put in a standard redirect from non-www to www, you’ll be fine. Google will be happy with that.

E.g.

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\\.example\\.com$ [NC]
RewriteRule .? http://www.example.com%{REQUEST_URI} [R=301,L]

thanks ralph.
i already rewrite at my .htacc file.
great advice to me…^^