Re: svn commit: r383371 - /maven/site/trunk/src/site/resources/.htaccess

2006-03-13 Thread Lukas Theussl



Brett Porter wrote:

That's what it does now, after I made the change. Before it was
/reference/, now it is /maven-1.x/reference.

It wasn't working, Lukas asked me to fix it.



I don't know why you say that, I never contacted you about it. I 
couldn't have, as I was on vacation last week.


-Lukas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r383371 - /maven/site/trunk/src/site/resources/.htaccess

2006-03-13 Thread Brett Porter
It was quite some time ago, when the new site location went up. Maybe it
was someone else...

Anyway, all fixed now! :)

- Brett

Lukas Theussl wrote:
 
 
 Brett Porter wrote:
 That's what it does now, after I made the change. Before it was
 /reference/, now it is /maven-1.x/reference.

 It wasn't working, Lukas asked me to fix it.
 
 
 I don't know why you say that, I never contacted you about it. I
 couldn't have, as I was on vacation last week.
 
 -Lukas
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r383371 - /maven/site/trunk/src/site/resources/.htaccess

2006-03-09 Thread Arnaud HERITIER
Brett,

Why was it wrong ?
Actually I directly changed the file on people.apache.org and updated it
into subversion.
The content is :
ErrorDocument 404 /errors/404.html
RedirectMatch ^/maven2/(.*)$ /$1
RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1

What I want is to redirect all old plugins directories
(/maven-1.x/reference/plugins/*)
to the new ones (/maven-1.x/plugins/*)

And it works actually !!!


On 3/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Author: brett
 Date: Sun Mar  5 11:06:19 2006
 New Revision: 383371

 URL: http://svn.apache.org/viewcvs?rev=383371view=rev
 Log:
 fix the .htaccess redirect

 Modified:
 maven/site/trunk/src/site/resources/.htaccess

 Modified: maven/site/trunk/src/site/resources/.htaccess
 URL:
 http://svn.apache.org/viewcvs/maven/site/trunk/src/site/resources/.htaccess?rev=383371r1=383370r2=383371view=diff

 ==
 --- maven/site/trunk/src/site/resources/.htaccess (original)
 +++ maven/site/trunk/src/site/resources/.htaccess Sun Mar  5 11:06:19 2006
 @@ -1,4 +1,4 @@
 ErrorDocument 404 /errors/404.html
 RedirectMatch ^/maven2/(.*)$ /$1
 -RedirectMatch ^/reference/plugins/(.*)$ /maven-1.x/plugins/$1
 -RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 \ No newline at end of file
 +RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 +RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1





Re: svn commit: r383371 - /maven/site/trunk/src/site/resources/.htaccess

2006-03-09 Thread Brett Porter
That's what it does now, after I made the change. Before it was
/reference/, now it is /maven-1.x/reference.

It wasn't working, Lukas asked me to fix it.

- Brett

Arnaud HERITIER wrote:
 Brett,
 
 Why was it wrong ?
 Actually I directly changed the file on people.apache.org and updated it
 into subversion.
 The content is :
 ErrorDocument 404 /errors/404.html
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1
 
 What I want is to redirect all old plugins directories
 (/maven-1.x/reference/plugins/*)
 to the new ones (/maven-1.x/plugins/*)
 
 And it works actually !!!
 
 
 On 3/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Author: brett
 Date: Sun Mar  5 11:06:19 2006
 New Revision: 383371

 URL: http://svn.apache.org/viewcvs?rev=383371view=rev
 Log:
 fix the .htaccess redirect

 Modified:
 maven/site/trunk/src/site/resources/.htaccess

 Modified: maven/site/trunk/src/site/resources/.htaccess
 URL:
 http://svn.apache.org/viewcvs/maven/site/trunk/src/site/resources/.htaccess?rev=383371r1=383370r2=383371view=diff

 ==
 --- maven/site/trunk/src/site/resources/.htaccess (original)
 +++ maven/site/trunk/src/site/resources/.htaccess Sun Mar  5 11:06:19 2006
 @@ -1,4 +1,4 @@
 ErrorDocument 404 /errors/404.html
 RedirectMatch ^/maven2/(.*)$ /$1
 -RedirectMatch ^/reference/plugins/(.*)$ /maven-1.x/plugins/$1
 -RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 \ No newline at end of file
 +RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 +RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1



 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r383371 - /maven/site/trunk/src/site/resources/.htaccess

2006-03-09 Thread Arnaud HERITIER
ok, sorry, i don't know I made this error.

thx

arnaud

On 3/10/06, Brett Porter [EMAIL PROTECTED] wrote:

 That's what it does now, after I made the change. Before it was
 /reference/, now it is /maven-1.x/reference.

 It wasn't working, Lukas asked me to fix it.

 - Brett

 Arnaud HERITIER wrote:
  Brett,
 
  Why was it wrong ?
  Actually I directly changed the file on people.apache.org and updated it
  into subversion.
  The content is :
  ErrorDocument 404 /errors/404.html
  RedirectMatch ^/maven2/(.*)$ /$1
  RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
  RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1
 
  What I want is to redirect all old plugins directories
  (/maven-1.x/reference/plugins/*)
  to the new ones (/maven-1.x/plugins/*)
 
  And it works actually !!!
 
 
  On 3/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Author: brett
  Date: Sun Mar  5 11:06:19 2006
  New Revision: 383371
 
  URL: http://svn.apache.org/viewcvs?rev=383371view=rev
  Log:
  fix the .htaccess redirect
 
  Modified:
  maven/site/trunk/src/site/resources/.htaccess
 
  Modified: maven/site/trunk/src/site/resources/.htaccess
  URL:
 
 http://svn.apache.org/viewcvs/maven/site/trunk/src/site/resources/.htaccess?rev=383371r1=383370r2=383371view=diff
 
 
 ==
  --- maven/site/trunk/src/site/resources/.htaccess (original)
  +++ maven/site/trunk/src/site/resources/.htaccess Sun Mar  5 11:06:19
 2006
  @@ -1,4 +1,4 @@
  ErrorDocument 404 /errors/404.html
  RedirectMatch ^/maven2/(.*)$ /$1
  -RedirectMatch ^/reference/plugins/(.*)$ /maven-1.x/plugins/$1
  -RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
  \ No newline at end of file
  +RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
  +RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x
 /plugins/$1
 
 
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]