R=301

Post Reply
watterson
Posts: 71
Joined: Mon Feb 14, 2005 4:15 pm

R=301

Post by watterson »

Greetings,

We are using the appliance, with all patches installed as of 4/26/06.

It is my understanding that rewrites in apache that return a response of 301 it tells most search engines that this url has been moved permanently and will index the new url.

If what I am seeing is correct, it looks like webinator does not index the new url.

Is that correct?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

R=301

Post by mark »

Currently HTTP responses indicating permanent(301) and temporary(302) redirects are treated the same. The new page is fetched and the new content is stored in the database under the original url.
watterson
Posts: 71
Joined: Mon Feb 14, 2005 4:15 pm

R=301

Post by watterson »

Mark,

Thanks for the response.

From best I can tell, the usual practice is that 301 and 302 redirects are handled separately. Would it be possible to modify webinator to do that?

We have migrated a lot of static content in to our dynamic server. Since we did the migration, we decided to do some reorganization. So we wouldn't loose our users that may have bookmarks/links, we wanted to promote the new url.

Have you thought about changing the behavior of 301s?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

R=301

Post by mark »

Such a change is on the table but doesn't have a firm implementation schedule yet.
Post Reply