Skip to content

Commit 92117f7

Browse files
committed
htaccess example fix
1 parent ad21902 commit 92117f7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

htaccess.example

-23
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
1-
# charset
2-
php_value default_charset utf-8
3-
AddDefaultCharset utf-8
4-
AddCharset utf-8 .html .css .js .xml .json .rss
5-
6-
# show php errorrs
7-
php_value display_errors 1
8-
9-
# mbstring config
10-
php_value mbstring.language neutral
11-
php_value mbstring.func_overload 0
12-
php_value mbstring.http_input pass
13-
php_value mbstring.http_output pass
14-
php_value mbstring.encoding_translation 0
15-
161
# example for windows (denwer)
172
#php_value auto_prepend_file W:\home\adm\jbdump\public_html\init.php
183

194
# example for linux
205
#php_value auto_prepend_file /var/www/jdump/data/public_html/init.php
21-
22-
# default file in directory
23-
DirectoryIndex index.php
24-
25-
# anti cache
26-
<IfModule mod_expires.c>
27-
ExpiresByType text/html "access plus 0 seconds"
28-
</IfModule>

0 commit comments

Comments
 (0)