| DirectoryIndex index.html index.asciidoc |
| Redirect 302 /download/9.0-beta/source https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-source.zip |
| Redirect 302 /download/9.0-beta/binary https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-bin.zip |
| Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz |
| Redirect 302 /nb/updates/9.0/ http://netbeans-vm1.apache.org/uc/9.0/ |
| Redirect 302 /nb/updates/10.0/ http://netbeans-vm1.apache.org/uc/10.0/ |
| Redirect 302 /nb/updates/11.0/ http://netbeans-vm1.apache.org/uc/11.0/ |
| Redirect 302 /nb/updates/11.1/ http://netbeans-vm1.apache.org/uc/11.1/ |
| Redirect 302 /nb/plugins/11.1/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ |
| Redirect 302 /nb/updates/11.2/ https://netbeans-vm1.apache.org/uc/11.2/ |
| Redirect 302 /nb/plugins/11.2/ http://plugins.netbeans.org/nbpluginportal/updates/11.0/ |
| Redirect 302 /nb/updates/11.3/ https://netbeans-vm1.apache.org/uc/11.3/ |
| Redirect 302 /nb/plugins/11.3/ https://netbeans-vm1.apache.org/pluginportal2/updates/11.0/ |
| Redirect 302 /nb/updates/12.0/ https://netbeans-vm1.apache.org/uc/12.0/ |
| Redirect 302 /nb/plugins/12.0/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.1/ https://netbeans-vm1.apache.org/uc/12.1/ |
| Redirect 302 /nb/plugins/12.1/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.2/ https://netbeans-vm1.apache.org/uc/12.2/ |
| Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.3/ https://netbeans-vm1.apache.org/uc/12.3/ |
| Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.4/ https://netbeans-vm1.apache.org/uc/12.4/ |
| Redirect 302 /nb/plugins/12.4/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.5/ https://netbeans-vm1.apache.org/uc/12.5/ |
| Redirect 302 /nb/plugins/12.5/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/12.6/ https://netbeans-vm1.apache.org/uc/12.6/ |
| Redirect 302 /nb/plugins/12.6/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/updates/13/ https://netbeans-vm1.apache.org/uc/13/ |
| Redirect 302 /nb/plugins/13/ https://plugins.netbeans.apache.org/data/13/ |
| Redirect 302 /nb/updates/14/ https://netbeans-vm1.apache.org/uc/14/ |
| Redirect 302 /nb/plugins/14/ https://plugins.netbeans.apache.org/data/13/ |
| Redirect 302 /nb/updates/dev/ https://netbeans-vm1.apache.org/uc/dev/ |
| Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/ |
| Redirect 302 /nb/issues_redirect.html https://netbeans.apache.org/participate/report-issue.html |
| Redirect 302 /nb/report-issue https://netbeans.apache.org/participate/report-issue.html |
| #cgi mirror script |
| Redirect 301 /download/maven/index.html /download/maven/index.cgi |
| |
| # Redirect /kb/trails to /kb/docs |
| Redirect 301 /kb/trails /kb/docs |
| |
| # Some other redirections |
| Redirect 301 /features/ide/database.html /kb/docs/ide/#_databases |
| Redirect 301 /features/ide/versioning.html /kb/docs/ide/#_source_code_management |
| Redirect 301 /features/ide/collaboration.html /kb/docs/ide/#_source_code_management |
| Redirect 301 /features/java-on-server/web-services.html /kb/docs/websvc/intro-ws.html |
| Redirect 301 /features/java/debugger.html /kb/docs/java/profiler-intro.html |
| Redirect 301 /features/java-on-client/swing.html /kb/docs/matisse.html |
| Redirect 301 /features/java/testing.html /kb/docs/java/testng-screencast.html |
| RedirectMatch 301 ^/features/php.*$ /kb/docs/php/ |
| RedirectMatch 301 ^/features/cpp.*$ /kb/docs/cnd/ |
| Redirect 301 /java-on-client/java-me.html /kb/docs/mobility.html |
| Redirect 301 /community/releases/82/ /download/archive/index.html |
| RedirectMatch 301 ^/community/releases/.*$ /download/archive/index.html |
| RedirectMatch 301 ^/.?downloads/.*$ /download/index.html |
| |
| # Redirect plugin page to plugin portal |
| Redirect 302 /plugins/index.html https://plugins.netbeans.apache.org/ |
| |
| # A simple error page |
| ErrorDocument 404 /404.html |
| |
| # Enable rewrite engine to redirect 404 pages to old netbeans.org (137.254.56.26) |
| # RewriteEngine On |
| # If the requested stuff is not a file ... |
| # RewriteCond "%{REQUEST_FILENAME}" "!-f" |
| # ... nor a directory ... |
| # RewriteCond "%{REQUEST_FILENAME}" "!-d" |
| # ... then redirect (302) to the legacy.netbeans.org server with Oracle era content |
| # RewriteRule (.*) "https://legacy.netbeans.org/$1" [L,R=302] |