Redirect

A

Annette

Our old website and new website have the same domain name, however the
URLS from the old site are no longer valid. So if someone googles a
term and a link from our old site appears, the link is dead and goes
no where. I don't think I can put a redirect on our old site since the
domain name is the same. Any suggestions?
 
R

Ronx

Annette used his keyboard to write :
Our old website and new website have the same
domain name, however the URLS from the old site
are no longer valid. So if someone googles a
term and a link from our old site appears, the
link is dead and goes no where. I don't think I
can put a redirect on our old site since the
domain name is the same. Any suggestions?

If the old and new domains have the same name,
and the pages have the same name and content -
then no redirect is required.

if the page names are different then you need to
set up URL rewriting on the new site to steer the
old page names to new pages. The rewriting could
be as simple as a list of 301 redirects in an
..htaccess file, use of the rewriting features in
IIS 7, or a custom 404 error page, depending on
your server type or configuration.

--
Ron Symonds - Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp/wf-menu.aspx
Microsoft is closing this newsgroup - for details
of why and where to go see
http://www.rxs-enterprises.org/fp/newsgroup-closure.aspx
 
A

Annette

The old and new domains have the same name. The old site was on our
server, the new site is on a vendor's server. There is no direct
correlation between the old pages and the new pages. If you Google a
topic, the old site's page could be listed as a result. I am sure over
time, these results will go away, but was hoping there was a quick way
to handle this.
 
R

Ronx

Annette wrote on 29/10/2010 :
The old and new domains have the same name. The
old site was on our server, the new site is on
a vendor's server. There is no direct
correlation between the old pages and the new
pages. If you Google a topic, the old site's
page could be listed as a result. I am sure
over time, these results will go away, but was
hoping there was a quick way to handle this.

As I said in my previous post, you will have to
set up 301 redirects in your new site. The method
depends on the server type - Apache will use
..htaccess, IIS will need URL rewriting or a
custom 404 error page to effect the redirects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top