/[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 2064 - (show annotations) (download)
Sat Oct 22 23:55:54 2011 UTC (12 years, 5 months ago) by boklm
File size: 275 byte(s)
define wiki vhost in deployement/wikis
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 Alias /<%= lang %> <%= wikis_root %>/<%= lang %>/index.php
11 Alias /mw-<%= lang %> <%= wikis_root %>/<%= lang %>
12
13 <%- end -%>
14

  ViewVC Help
Powered by ViewVC 1.1.30