hpdl
|
1628
|
1
|
# $Id: $
|
hpdl
|
477
|
2
|
#
|
|
3
|
# This is used with Apache WebServers
|
|
4
|
#
|
|
5
|
# For this to work, you must include the parameter 'Options' to
|
|
6
|
# the AllowOverride configuration
|
|
7
|
#
|
|
8
|
# Example:
|
|
9
|
#
|
|
10
|
# <Directory "/usr/local/apache/htdocs">
|
|
11
|
# AllowOverride Options
|
|
12
|
# </Directory>
|
|
13
|
#
|
|
14
|
# 'All' with also work. (This configuration is in the
|
|
15
|
# apache/conf/httpd.conf file)
|
|
16
|
|
|
17
|
# The following makes adjustments to the SSL protocol for Internet
|
|
18
|
# Explorer browsers
|
|
19
|
|
hpdl
|
1628
|
20
|
#<IfModule mod_setenvif.c>
|
|
21
|
# <IfDefine SSL>
|
|
22
|
# SetEnvIf User-Agent ".*MSIE.*" \
|
|
23
|
# nokeepalive ssl-unclean-shutdown \
|
|
24
|
# downgrade-1.0 force-response-1.0
|
|
25
|
# </IfDefine>
|
|
26
|
#</IfModule>
|
hpdl
|
477
|
27
|
|
|
28
|
# If Search Engine Friendly URLs do not work, try enabling the
|
|
29
|
# following Apache configuration parameter
|
hpdl
|
1628
|
30
|
|
hpdl
|
477
|
31
|
# AcceptPathInfo On
|
|
32
|
|
|
33
|
# Fix certain PHP values
|
|
34
|
# (commented out by default to prevent errors occuring on certain
|
|
35
|
# servers)
|
hpdl
|
1628
|
36
|
|
|
37
|
# php_value session.use_trans_sid 0
|
|
38
|
# php_value register_globals 1
|