stain/incubator-taverna-site/trunk/src/site/resources/.htaccess - Htaccess File

stain/incubator-taverna-site/trunk/src/site/resources/.htaccess

Redirect /code/ /download/code/
Redirect /code /download/code
ErrorDocument 404 /error_pages/404.html

RewriteEngine On
RewriteBase /
RewriteCond %{IS_SUBREQ} false

#RewriteRule ^(.*).html$ $1 [L,R]
RewriteRule ^(.*)/index $1 [L,R]
RewriteRule ^community/contact.* /community/lists [L,R]
RewriteRule ^contact.* /community/lists [L,R]
RewriteRule ^edit.* /community/edit [L,R]
RewriteRule ^doc/?$ /documentation/ [L,R]

RewriteRule ^download/scufl2.* /download/language/ [L,R=permanent]

On Github License

Files

Download PDF of Htaccess file
IS_SUBREQ

Comments

Apache