Re: Removing obsolete pages from a site



On 10/12/07 04:56 am, David Segall wrote:
I have some pages on my web site that are no longer useful but I am
reluctant to simply delete them because they may be returned by a
search engine and, in any case, they are referenced in some Usenet
posts of mine which will never be deleted.

My current plan is to amend them to indicate they are obsolete and
remove the links to them on my web site. The links on the obsolete
page would allow someone to browse back to the current site but not
vice versa.

Is there a better or "standard" way of dealing with this problem?

In <.htaccess> add this type of directive:
Redirect permanent /oldpage.php http://example.com/newpage.php

After a year or so change it to:
Redirect gone /oldpage.php


--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
.



Relevant Pages

  • Re: JavaScript syntax - Help
    ... The `bgsound' element is proprietary, obsolete, and unnecessary. ... tutorial or Web site. ... sound or music is probably important for user experience, ... background sound in a simulation or the newest title playing on a music ...
    (comp.lang.javascript)
  • HTML4.01 books
    ... I have been using Microsoft FronPage to create and edit my web site. ... this program is now obsolete and does not create compliant ... One that is fairly general outlining good programming practices ... including the use of CSS and script languages. ...
    (comp.infosystems.www.authoring.html)
  • Removing obsolete pages from a site
    ... I have some pages on my web site that are no longer useful but I am ... reluctant to simply delete them because they may be returned by a ... The links on the obsolete ...
    (alt.html)
  • Re: advice for running parallels or vmware on mac pro
    ... what the build number is for that version as they do not specify it ... If you'd actually gone to the web site when I first posted its address, ... is that you're using an obsolete version of the app. ... email to oshea dot j dot j at gmail dot com. ...
    (comp.sys.mac.system)
  • Re: need some advice on redirection in apache
    ... http://mydomain.net:NNNN (apache listening on port NNNN) to the new web site ... Redirect permanent / http://mydomain.net/ ... should do the trick. ...
    (Debian-User)