source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/slidy/scripts/.htaccess@ 112db9d

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 112db9d was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100755
File size: 358 bytes
Line 
1Options +MultiViews
2LanguagePriority en
3AddLanguage pt-br .pt-br
4
5<Files ~ "*.html">
6
7ForceType 'text/html; charset=utf-8'
8
9</Files>
10
11<Files ~ "*.xhtml">
12
13ForceType 'application/xhtml+xml; charset=utf-8'
14
15</Files>
16
17<Files ~ *.css">
18
19ForceType 'text/css; charset=utf-8'
20
21</Files>
22
23<Files ~ "*.js">
24
25ForceType 'text/javascript; charset=utf-8'
26
27</Files>
28mkdir
Note: See TracBrowser for help on using the repository browser.