Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Commit RewriteBase with htaccess set to /
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 11, 2013
1 parent b4d2eb8 commit 7095ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/.htaccess
Expand Up @@ -5,7 +5,7 @@
# and that you want the webDAV shares to be accessible via
# http://yourdomain/ajaxplorer/shares/repository_id/
RewriteEngine on
RewriteBase /ajaxplorer
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^shares ./dav.php [L]
Expand Down

0 comments on commit 7095ff3

Please sign in to comment.