Mobile app version of vmapp.org
Login or Join
Margaret670

: Is it possible to shut down a site and then reuse the old URL on a new site? I am creating a web site for a friend's business. He already has a site, but it is a wizard-created site hosted

@Margaret670

Posted in: #Url #WebHosting

I am creating a web site for a friend's business. He already has a site, but it is a wizard-created site hosted free by Yahoo. I am creating am ASP.NET site from scratch. He wants to retain his URL - is that possible? Can he "release" the current URL (shut down that site) and then "reuse" it in the guise of the new site?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

2 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

If the URL of the page is controlled by Yahoo, then you only have as much control as Yahoo allows. You'll want to create the new site on a new domain name that gives you the control.

When you move the site to a new domain, implement redirects so that visitors that know about the old site can get to the new site. Yahoo site builder doesn't have many redirect options. Here is a report from somebody that wants to move away from it to different hosting and asks how to redirect. The answer:


There is currently no redirect feature for Yahoo! Web Hosting plans, but you can use an HTML meta refresh...


So you would edit every HTML file on the old site and add a line in the <head> section like:

<meta http-equiv="refresh" content="0; url=http://example.com/">


Where you replace example.com with the domain name of your new site.

10% popularity Vote Up Vote Down


 

@Ann8826881

If he purchased the domain name through a registrar, like Register.com, then yes. He can retain his URL If he is using a domain name tied to Yahoo (username.yahoo.com....just an example URL not actually in the format of Yahoo) and the new site will not be hosted by Yahoo, then the answer is no. He cannot "release" the current URL and reuse it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme