Page 1 of 1

WEBDAV

PostPosted: 12. July 2009 22:27
by Howard Kaikow
readme_en.txt lists 4 passwords on page 2.

I have already rest the MySQL password.

FileZilla and Mercury Mail seem to be blocked. so I guess that I need not worry about those.

What is WEBDAV?
How do I change the password on the default wamp account?

Re: WEBDAV

PostPosted: 13. July 2009 03:51
by Izzy
Howard Kaikow wrote:What is WEBDAV?
http://en.wikipedia.org/wiki/WebDAV
http://svnbook.red-bean.com/en/1.4/svn. ... basic.html
Also an advanced forum search for webdav may have some helpful posts.

Howard Kaikow wrote:How do I change the password on the default wamp account?
You need to create another webdav.htpasswd file (after renaming the original) in the xampp\security folder by using the xampp\apache\bin\htpasswd.exe file from a command console opened in the xampp\apache\bin folder.
Let me know if you need help with opening a command console then to cd to the desired folder.
You can get a help screen with the password creation commands to use by simply running htpasswd.exe in the console window.

Perhaps some help here but you would need to use webdav.htpasswd instead of the .htpasswd referenced in the posts.
viewtopic.php?f=16&t=33016
viewtopic.php?f=16&t=17011

Re: WEBDAV

PostPosted: 13. July 2009 06:58
by Howard Kaikow
Izzy wrote:
Howard Kaikow wrote:What is WEBDAV?
http://en.wikipedia.org/wiki/WebDAV
http://svnbook.red-bean.com/en/1.4/svn. ... basic.html
Also an advanced forum search for webdav may have some helpful posts.

Howard Kaikow wrote:How do I change the password on the default wamp account?
You need to create another webdav.htpasswd file (after renaming the original) in the xampp\security folder by using the xampp\apache\bin\htpasswd.exe file from a command console opened in the xampp\apache\bin folder.
Let me know if you need help with opening a command console then to cd to the desired folder.
You can get a help screen with the password creation commands to use by simply running htpasswd.exe in the console window.

Perhaps some help here but you would need to use webdav.htpasswd instead of the .htpasswd referenced in the posts.
viewtopic.php?f=16&t=33016
viewtopic.php?f=16&t=17011


Thanx.