hello! i'm new to html programming. i'm running a very simple website. i had it listed in google, but i now have a problem. it also listed my sub-pages.
basically, what i want is for the user to be redirected to my dot.tk domain instead of being able to directly view my files on my host.
example of what currently happens:
1) i search google, i find
http://test.50webs.com/homepage.html
2) i click on it, and it takes me to
http://test.50webs.com/homepage.html and shows
http://test.50webs.com/homepage.html in the address bar
example of what i want to happen:
1) i search google, i find
http://test.50webs.com/homepage.html
2) i click on it, and it should take me to
http://test.tk which would show
http://test.50webs.com/index.html (where i can click on
http://test.50webs.com/homepage.html) but on the address bar it shows
http://test.tk
i hope you guys can understand and can help me out.
hope to use simple html codes only, too...