Files @ r16:b02d1f078d98
Branch filter:

Location: public/ws-vacation/doc/.htaccess

ws
doc/index-template.txt: Add javascript to add a trailing slash, if the URL does not end in `.html' or a `/'.
This is needed for bitbucket.org to make relative links work.
<Files ".*">
order allow,deny
Deny from all
</Files>

<Files "docutils.conf">
order allow,deny
Deny from all
</Files>

<Files "Makefile">
order allow,deny
Deny from all
</Files>

<Files "tools">
order allow,deny
Deny from all
</Files>

<Files "ws_docutils">
order allow,deny
Deny from all
</Files>