I have webside that can access from WebDAV client. I already test on other web panel (Plesk) it working fine. All I do is input webdav URL
https://mysite.com/webdav with username and password. But when I move to CWP it stop working I can't login. Something on CWP that stop me to connect to WEBDAV.
I follow this but still not working.
nano /usr/local/apache/conf/httpd.conf
#Include conf/extra/httpd-dav.conf (Uncomment This Line)
#LoadModule dav_module modules/mod_dav.so (Uncomment This Line)
#LoadModule dav_fs_module modules/mod_dav_fs.so (Uncomment This Line)
#LoadModule auth_digest_module modules/mod_auth_digest.so (Uncomment This Line)
Save and restart apache
service httpd restart
Please help.