l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
September 2: Social Gathering
Next Installfest:
Sat. Sept. 27, 10am-6pm
Latest News:
Aug. 30: September Installfest scheduled
Page last updated:
2005 Dec 14 10:21
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox-tech mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
Re: [vox-tech] moving an url gracefully
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vox-tech] moving an url gracefully



As for search engine ranking: it shouldn't really matter.  If you're
paranoid you can use a proper http redirect by sending the headers
"Status: 302" and "Location: new location" when the old locations are
requested.   This can be done using mod_alias in apache.  Something
like
"Redirect /foo http://foo2.bar.com/";

With mod_rewrite it looks like there are two seperate but identical
files.  With mod_alias the http client can tell you're redirecting. 
Either way it shouldn't matter too much.

--Philip Neustrom

On 12/14/05, Philip Neustrom <philipn@gmail.com> wrote:
> You'll want to use your webserver's rewrite engine to do this.  For
> apache, it's mod_rewrite.  It's pretty straightforward to do,
> especially for something like this.
>
> I believe it'd be something like:
>
> RewriteEngine On
> RewriteRule ^/foo/(.*)$ /where/your/files/are/on/disk/$1 [L]
>
> so if bar is in /var/www/foo/bar
>
> RewriteRule ^/foo/(.*)$ /var/www/foo/$1 [L]
>
> will reroute request for /foo/x to /var/www/foo/x
>
> --Philip Neustrom
>
> On 12/14/05, Peter Jay Salzman <p@dirac.org> wrote:
> > i have a directory on my webserver that contains some fairly popular pages.
> >
> > i'd like to change the url from
> >
> >    http://www.dirac.org/foo/bar
> >
> > to
> >
> >    http://www.dirac.org/bar
> >
> > is there a graceful way to do this and have the info updated by the search
> > engines?  i hear that google puts higher rankings on urls that are around
> > for a long time.  anyway of avoiding that reduction in rank?
> >
> > pete
> > _______________________________________________
> > vox-tech mailing list
> > vox-tech@lists.lugod.org
> > http://lists.lugod.org/mailman/listinfo/vox-tech
> >
>
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech



Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

CD Burns Wanted!

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
California Computer News
Who donated books and ad space.