chiamingyen/sgw745/master/src/tools/webdav/webdav.htaccess - Htaccess File

chiamingyen/sgw745/master/src/tools/webdav/webdav.htaccess

RewriteEngine On

# Options / Propfind / make directory
RewriteCond %{REQUEST_METHOD}  ^OPTIONS|^PROPPATCH
# Workaround for Apache 2.2.8
RewriteCond %{REQUEST_FILENAME}  !-f
RewriteRule .* /sgs/bin/webdav.php  [L]

RewriteRule ^sgdav.* /sgs/bin/webdav.php  [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_METHOD

Comments

Apache