2 # SetHandler php-script
4 #<LimitExcept MOVE COPY CONNECT>
9 #<Limit MOVE COPY CONNECT>
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"