/[adm]/puppet/modules/blog/templates/blogs_vhosts.conf
ViewVC logotype

Contents of /puppet/modules/blog/templates/blogs_vhosts.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1329 - (show annotations) (download)
Fri Mar 18 18:20:30 2011 UTC (13 years, 1 month ago) by dams
File size: 576 byte(s)
add db backup and update class names to be more explicit
1 <Directory <%= blog_location %> >
2 Order deny,allow
3 Allow from All
4 AllowOverride All
5 Options FollowSymlinks
6 Options +Indexes
7 </Directory>
8 # Add a permanent redirection for 'pt' as it was 'pt-br' before
9 # Add a permanent redirection for '/*' as it's now '/en/' for english blog
10 # TO BE REMOVE in May, 1st (?)
11 <IfModule mod_alias.c>
12 Redirect permanent /pt-br/ /pt/
13 Redirect permanent /wp-content/uploads/ /en/wp-content/uploads/
14 Redirect permanent /wp-includes/images/ /en/wp-includes/images/
15 RedirectMatch permanent ^/?$ /en/
16 </IfModule>

  ViewVC Help
Powered by ViewVC 1.1.30