summaryrefslogtreecommitdiff
path: root/slides/slidy/help/.htaccess
blob: d395348aeea75af6da6cba7fa68559802db8c78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Options +MultiViews
LanguagePriority en
AddLanguage pt-br .pt-br

<Files ~ "*.html">

ForceType 'text/html; charset=utf-8'

</Files>

<Files ~ "*.xhtml">

ForceType 'application/xhtml+xml; charset=utf-8'

</Files>

<Files ~ *.css">

ForceType 'text/css; charset=utf-8'

</Files>

<Files ~ "*.js">

ForceType 'text/javascript; charset=utf-8'

</Files>
mkdir