Unable to connect to WebDAV

matthewalan

Active member
I'm having trouble getting connected to WebDAV on my localhost. I've never used WebDAV before, so feel free to tell me if I'm doing something wrong. My goal is to be able to use Sublime (and it's syntax highlighting) as I am editing the themes.

Here is a little bit about my setup:
  • I'm running MAMP Pro to run XF at the moment.
  • I have debug mode enabled
  • I am using transmit to connect to WebDAV (but am also getting the same error in cyberduck).
  • WebDAV seems to be enabled on my server
I am trying to connect to xf.dev/admindav.php/

When I try to use that as my server configuration I always get an error that tells me username and password wasn't accepted by the server.

I've already uncommented this line:

Code:
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

When I try to access xf.dev/admindav.php/ directly it returns the dialog box that requires my username and password, but doesn't recognize my username and password.

On the otherhand, if I try to change the server URL to anything but the matching local IP address it will tell me to check to make sure WebDAV is install on the server.

Any thought on how I might be able to connect through WebDAV?
 
Top Bottom