source: contrib/davical/htdocs/.htaccess @ 3733

Revision 3733, 902 bytes checked in by gabriel.malheiros, 13 years ago (diff)

Ticket #1541 - <Davical customizado para o Expresso.Utiliza Caldav e CardDav?>

Line 
1
2# SetHandler php-script
3
4#<LimitExcept MOVE COPY CONNECT>
5#        Order allow,deny
6#        Allow from all
7#</LimitExcept>
8#
9#<Limit MOVE COPY CONNECT>
10#        Order deny,allow
11#        Deny from all
12#</Limit>
13
14# RewriteEngine On
15
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/$
20
21# # Not if it explicitly specifies a .php program, stylesheet or image
22# RewriteCond %{REQUEST_URI} !\.(php|css|js|png|gif|jpg)
23
24# # Everything else gets rewritten to /caldav.php/...
25# RewriteRule ^(.*)$ /caldav.php$1  [NC,L]
26
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"
33
Note: See TracBrowser for help on using the repository browser.