jhsuwm / onejar-maven-plugin

Automatically exported from code.google.com/p/onejar-maven-plugin
0 stars 0 forks source link

Add redirects to dstovall.com/org #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Once the googlecode site is updated to reflect its 'official' status, 
update all the redirects on dstovall.com/org to point at googlecode's 
version of the site instead.

Original issue reported on code.google.com by dstov...@gmail.com on 4 Mar 2009 at 11:42

GoogleCodeExporter commented 9 years ago
For reference, the details I recommended in an email earlier:
---
Regarding the old site at http://dstovall.org/onejar-maven-plugin/ I would 
recommend
deleting the current site, and put a simple index.html up which mentions the
project's move to the new address, and a clickable link so people can update 
their
bookmarks. It is probably a good idea to copy that page to each of the following
addresses too, to not miss any deep linked visitors:

http://dstovall.org/onejar-maven-plugin/usage.html
http://dstovall.org/onejar-maven-plugin/history.html

Original comment by hugo.josefson.old@gmail.com on 5 Mar 2009 at 4:32

GoogleCodeExporter commented 9 years ago
I was just planning on using 301 redirects to the new site... but your 
recommendation 
is better for the short term.

I'll put up a page explaining the move for a couple months, then I'll start 
using the 
301 redirect after that.

Original comment by dstov...@gmail.com on 5 Mar 2009 at 4:28

GoogleCodeExporter commented 9 years ago
Actually, now that you mention it, 301's are really better. They didn't occur 
to me
before.

The best thing about them is that they are search engine friendly. The user
experience will be fine as well. I do mention the term "new home" in the front 
page
heading here, but if you feel users might be puzzled about the new design and 
web
address, feel free to edit for example the front page to be more specific. 
(Maybe
everyone won't even care about the new address... :)

Original comment by hugo.josefson.old@gmail.com on 5 Mar 2009 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by dstov...@gmail.com on 13 Mar 2009 at 6:54

GoogleCodeExporter commented 9 years ago
Reopening issue, because there is a problem with the redirect from dstovall.org:

http://www.dstovall.org/onejar-maven-plugin/ redirects to
http://onejar-maven-plugin.googlecode.com/svn/mavensite/index.php

This is likely because the redirecting filter on your server is placed after the
filter which handles translation of "/" to "/index.php". If so, the problem will
likely be fixed if you move the redirecting filter to be the very first thing 
in your
config.

----------
$ wget -O - http://www.dstovall.org/onejar-maven-plugin/
--2009-03-13 22:25:09--  http://www.dstovall.org/onejar-maven-plugin/
Resolving www.dstovall.org... 216.154.222.200
Connecting to www.dstovall.org|216.154.222.200|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://onejar-maven-plugin.googlecode.com/svn/mavensite/index.php 
[following]
--2009-03-13 22:25:10-- 
http://onejar-maven-plugin.googlecode.com/svn/mavensite/index.php
Resolving onejar-maven-plugin.googlecode.com... 74.125.45.82
Connecting to onejar-maven-plugin.googlecode.com|74.125.45.82|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-03-13 22:25:10 ERROR 404: Not Found.

Original comment by hugo.josefson.old@gmail.com on 13 Mar 2009 at 9:32

GoogleCodeExporter commented 9 years ago
New redirects added and tested with the following URLs:

http://dstovall.org/onejar-maven-plugin
http://dstovall.org/onejar-maven-plugin/
http://dstovall.org/onejar-maven-plugin/index.html
http://dstovall.org/onejar-maven-plugin/usage.html

http://dstovall.com/onejar-maven-plugin
http://dstovall.com/onejar-maven-plugin/
http://dstovall.com/onejar-maven-plugin/index.html
http://dstovall.com/onejar-maven-plugin/usage.html

Original comment by dstov...@gmail.com on 16 Mar 2009 at 7:44

GoogleCodeExporter commented 9 years ago
Perfect!

Original comment by hugo.josefson.old@gmail.com on 16 Mar 2009 at 9:45