Ensure test responses are displayed in their unprocessed form.
[davical.git] / htdocs / .htaccess
bloba9bffef9c682587bf043ee4ec99f76ba16b23736
2 # SetHandler php-script
4 #<LimitExcept MOVE COPY CONNECT>
5 #        Order allow,deny
6 #        Allow from all
7 #</LimitExcept>
9 #<Limit MOVE COPY CONNECT>
10 #        Order deny,allow
11 #        Deny from all
12 #</Limit>
14 # RewriteEngine On
16 # # Not if it's the root URL.  You might want to comment this out if you
17 # # want to use an explicit /index.php for getting to the admin pages.
18 # RewriteCond %{REQUEST_URI} !^/$
19 # RewriteCond %{REQUEST_URI} !^/davical/$
21 # # Not if it explicitly specifies a .php program, stylesheet or image
22 # RewriteCond %{REQUEST_URI} !\.(php|css|js|png|gif|jpg)
24 # # Everything else gets rewritten to /caldav.php/...
25 # RewriteRule ^(.*)$ /caldav.php$1  [NC,L]
27 # # php_value include_path /usr/share/awl/inc
28 # php_value magic_quotes_gpc 0
29 # php_value register_globals 0
30 # php_value open_basedir 1
31 # php_value error_reporting "E_ALL & ~E_NOTICE"
32 # php_value default_charset "utf-8"