| # Make sure that requests for RSS files are handled | |
| AddType application/x-httpd-php .rss | |
| # Redirect old school links to index.html | |
| Redirect permanent "/articles/index.html" http:/articles/index.php | |
| Redirect permanent "/articles/index.htm" http:/articles/index.php | |
| Redirect permanent "/articles/main.html" http:/articles/index.php | |
| Redirect permanent "/articles/contributing.html" http:/articles/contributing.php | |
| # Understanding Layouts | |
| # Redirect old/incorrect URLs to the correct location. | |
| Redirect permanent "/articles/Understanding Layouts/Understanding Layouts.htm" http:/articles/Article-Understanding-Layouts/Understanding-Layouts.htm | |
| Redirect permanent "/articles/Article-Understanding Layouts/Understanding Layouts.htm" http:/articles/Article-Understanding-Layouts/Understanding-Layouts.htm | |
| # JFace Tree Viewer | |
| # Redirect old/incorrect URLs to the correct location. | |
| Redirect permanent "/articles/treeviewer-cg/TreeViewerArticle.htm" http:/articles/Article-TreeViewer/TreeViewerArticle.htm | |
| # ActiveX Support in SWT | |
| # Redirect old/incorrect URLs to the correct location. | |
| Redirect permanent "/articles/Article-ActiveX Support in SWT/ActiveX Support in SWT.html" http:/articles/article.php?file=Article-ActivexSupportInSwt/index.html | |
| Redirect permanent "/articles/Article-ActivexSupportInSwt/ActiveX Support in SWT v1.html" http:/articles/article.php?file=Article-ActivexSupportInSwt/index.html | |
| Redirect permanent "/articles/Article-ActivexSupportInSwt/index.html" http:/articles/article.php?file=Article-ActivexSupportInSwt/index.html | |
| # Your First Plug-in | |
| # Redirect old/incorrect URLs to the correct location. | |
| Redirect permanent "/articles/Your First Plug-in.html" http:/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html | |
| #Redirect any URL for an article to the article.php file. Let it display the file (all prettied up). | |
| # Disabled for now. Will redirect all changes as the formats of articles are upgraded. | |
| #RedirectMatch "/articles/(.*)/(.*).(html?)" http:/articles/article.php?file=$1/$2.$3 | |
| # Article-API use/eclipse-api-usage-rules.html "How to Use the Eclipse API" | |
| Redirect permanent "/articles/Article-API use/eclipse-api-usage-rules.html" http:/articles/article.php?file=Article-API-Use/index.html | |
| # Article-Accessibility "Designing Accessible Plug-ins in Eclipse" | |
| Redirect permanent "/articles/Article-Accessibility/index.html" http:/articles/article.php?file=Article-Accessibility/index.html | |
| Redirect permanent "/articles/Article-Accessibility/accessibility.html" http:/articles/article.php?file=Article-Accessibility/index.html | |
| # Article-action-contribution | |
| Redirect permanent "/articles/Article-action-contribution/index.html" http:/articles/article.php?file=Article-action-contribution/index.html | |
| Redirect permanent "/articles/Article-action-contribution/Contributing Actions to the Eclipse Workbench.html" http:/articles/article.php?file=Article-action-contribution/index.html | |
| # Article-EMF-Codegen-with-OCL | |
| Redirect permanent "/articles/Article-EMF-Codegen-with-OCL/article.html" http:/articles/article.php?file=Article-EMF-Codegen-with-OCL/index.html | |
| # Article-Authoring-With-Eclipse | |
| Redirect permanent "/articles/Article-Authoring-With-Eclipse/AuthoringWithEclipse.html" http:/articles/article.php?file=Article-Authoring-With-Eclipse/index.html | |
| #Article-JavaCodeManipulation_AST | |
| Redirect permanent "/articles/Article-JavaCodeManipulation_AST/index.html" http:/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html | |
| #Paul Glezen updated the CVS Branching article | |
| Redirect permanent "/articles/Article-CVS-branching/eclipse_branch.html" http:/articles/article.php?file=Article-BranchingWithEclipseAndCVS/article1.html | |
| #Updated the CustomDrawingTablesAndTrees article. | |
| Redirect permanent "/articles/Article-CustomDrawingTableAndTreeItems/customDraw.htm" http:/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html | |
| #Updated Eclipse DB Apps article. | |
| Redirect permanent "/articles/Article-EclipseDbWebapps/article.html" http:/articles/article.php?file=Article-EclipseDbWebapps/index.html |