/[adm]/puppet/deployment/wikis/templates/wiki_vhost.conf
ViewVC logotype

Contents of /puppet/deployment/wikis/templates/wiki_vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2089 - (show annotations) (download)
Mon Nov 14 16:41:30 2011 UTC (12 years ago) by boklm
File size: 367 byte(s)
remove password protection on wiki
1 <Directory <%= wikis_root %>>
2 Options +FollowSymLinks
3 </Directory>
4
5 RewriteEngine On
6 RewriteRule ^/?$ /en/ [R]
7
8 <%- for lang in wiki_languages -%>
9
10 <Directory <%= wikis_root %>/<%= lang %>/images>
11 SetHandler default-handler
12 </Directory>
13
14 Alias /<%= lang %> <%= wikis_root %>/<%= lang %>/index.php
15 Alias /mw-<%= lang %> <%= wikis_root %>/<%= lang %>
16
17 <%- end -%>
18

  ViewVC Help
Powered by ViewVC 1.1.28