Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-21-2011, 10:16 PM   PM User | #1
chopficaro
New Coder

 
Join Date: Dec 2009
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
chopficaro is an unknown quantity at this point
old website taking priority over new site in google, help

hello
you wonderful informative folks helped me make a resume site for myself some time ago
i have since lost the username for ftp access to the site and remade it with paid hosting instead of free hosting, with my own domain name and everything
the old site was number 2 for searching for patrick allard on google, but the new site is far down the list
new site: http://patrickallardcomputerwhiz.com/
ive tried contacting the free hosting provider, trying to get him to delete the site or relink it, even giving him the password and offering $10
as i expected the customer service on free hosting isn't top notch
does anyone have any ideas on how i might fix this?
chopficaro is offline   Reply With Quote
Old 06-21-2011, 11:11 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,237
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
even giving him the password
Does that mean that you have now found the FTP password for the old site?

If so, the answer is easy: Zap the contents of the old site yourself and replace them with a REDIRECT to your new site.

Just make the main page on the old site have this for the default page:
Code:
<html>
<head>
<meta http-equiv="Refresh" content="0; url=http://patrickallardcomputerwhiz.com/">
</head>
<body>
If you are not immediately redirected to my new site, 
<a href="http://patrickallardcomputerwhiz.com/">click here</a>.
</body>
</html>
This is *NOT* the best way to do this, but if your free site doesn't support any kind of server-side coding (PHP, ASP, etc.) then it's about the best you can do temporarily.

See here:
http://www.somacon.com/p145.php
Old Pedant is offline   Reply With Quote
Old 06-21-2011, 11:14 PM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,237
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
p.s.: The word "tripled" has only one "p" in it.
Old Pedant is offline   Reply With Quote
Old 06-22-2011, 01:50 AM   PM User | #4
Logic Ali
Regular Coder

 
Logic Ali's Avatar
 
Join Date: Sep 2010
Location: London
Posts: 961
Thanks: 0
Thanked 198 Times in 193 Posts
Logic Ali will become famous soon enoughLogic Ali will become famous soon enough
On free hosts, the username is often the same as the subdomain.
Logic Ali is offline   Reply With Quote
Old 06-23-2011, 05:12 AM   PM User | #5
chopficaro
New Coder

 
Join Date: Dec 2009
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
chopficaro is an unknown quantity at this point
there is no subdomain
chopficaro is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:48 AM.


Advertisement
Log in to turn off these ads.