I do not remember where i have seen it but it works when we create a
simple redirection of the www subdomain pointing on your main domain.
My solution is to create a .htaccess file and put the following into
it :

Options +FollowSymlinks
RewriteEngine on

RewriteBase /

RewriteCond %{HTTP_HOST} ^progidea.com$
RewriteRule ^(.*)   http://www.%{HTTP_HOST}/$1  [QSA,L,R=301]

This file is located on the server that manage my domain name. and the
www subdomain point on the htaccess's directory.

If someone has better ?


On 17 nov, 13:19, Admin HyIT <admin.h...@gmail.com> wrote:
> Hi All,
>              I have built my website in wshyit.appspot.com,
>
> I need to redirect my domain URLwww.hyit.comto land on  this
> (wshyit.appspot.com).
> we are registered at Network solutions  what should I input in the A
> records for www in Network solutions  can any one help me how can I do
> it , its very urgent for me currently our website is not working
> please make this as very urgent request and hep me out.
>
> Thanks in advance
> Adminhyit

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to