blob: c24e94ce96f234c2214af24d4a18af732dc746f0 [file] [log] [blame]
RewriteEngine on
RewriteBase /
## rewrite links from earlier directory structure
## these need to be redirects so images and relative
## hyperlinks will work
## side-effect - anchors will fail
RewriteRule ^anakia\.html velocity/docs/anakia.html [R]
RewriteRule ^changes\.html velocity/docs/changes.html [R]
RewriteRule ^developer-guide\.html velocity/docs/developer-guide.html [R]
RewriteRule ^license\.html velocity/docs/license.html [R]
RewriteRule ^texen\.html velocity/docs/texen.html [R]
RewriteRule ^user-guide\.html velocity/docs/user-guide.html [R]
RewriteRule ^veltag\.html docs/veltag.html [R]
RewriteRule ^vtl-reference-guide\.html velocity/docs/vtl-reference-guide.html [R]
RewriteRule ^api velocity/docs/api [R]
## rewrite official links to point to correct version
RewriteRule ^api$ velocity/docs14/api
RewriteRule ^api/(.*)$ velocity/docs14/api/$1
RewriteRule ^docs$ velocity/docs14/
RewriteRule ^docs/(.*)$ velocity/docs14/$1
RewriteRule ^docs14$ velocity/docs14/user-guide.html
RewriteRule ^docs14/$ velocity/docs14/user-guide.html