I seem to be having an issue with webdav.
I've got debug mode on for my ip, with the following in my .htaccess right after
RewriteEngine On.
When going to admindav.php, all I get is a login popup loop.
edit: correct typo on file names
I've got debug mode on for my ip, with the following in my .htaccess right after
RewriteEngine On.
Rich (BB code):
RewriteRule ^admindav.php - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},NC,L]
When going to admindav.php, all I get is a login popup loop.
edit: correct typo on file names
Last edited: