diff --git a/website/.htaccess b/website/.htaccess index b0f9032d46..3b4b1b831e 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -3,10 +3,10 @@ ErrorDocument 404 /error404.html RewriteEngine On -# rewrite any request to a unknown file to pmd-5.0.0 +# rewrite any request to a unknown file to pmd-X.Y.Z # (or whatever subfolder the first rule will set to the environment variable PMD) # but redirect only if the file exists there -RewriteRule .* - [E=PMD:pmd-5.0.0] +RewriteRule .* - [E=PMD:pmd-5.0.1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R] diff --git a/website/index.html b/website/index.html index d36f426608..131e5eb3e1 100644 --- a/website/index.html +++ b/website/index.html @@ -28,11 +28,11 @@
2012-11-28 PMD 5.0.1: + minor version with lots of bug fixes. +
+2012-07-29 PMD on github: Our source code repository is now on github. @@ -99,7 +111,8 @@