diff --git a/jOOQ-website/.htaccess b/jOOQ-website/.htaccess index 92a629efa0..3031ea2c4c 100644 --- a/jOOQ-website/.htaccess +++ b/jOOQ-website/.htaccess @@ -29,4 +29,5 @@ ErrorDocument 503 /e/503-service_unavailable.html #Create uniform manual URLs, also for 2.4 manual RewriteEngine On RewriteBase / -RewriteRule ^manual(.*)$ doc/2.4/manual$1 [L,R=301] \ No newline at end of file +RewriteRule ^manual(.*)$ doc/2.4/manual$1 [L,R=301] +RewriteRule ^doc/latest/manual([^/]*)/(.*)$ doc/3.0/manual$1/$2 [L,R=307] \ No newline at end of file