If you need to concatenate several files on a windows system the command is as follows:
"copy /B filePart1 + filePart2 + filePart3 outFileName"
The /B indicates the files are binary…
windows Wow, that was worth the wait. I don't think I've ever picked up so much knowledge in one day since college. Great organization and an all round brilliant day!
Here's a summary of the talks I attended but I…
windows PHP Aral Balkan Soria Parra Sharding Sabastian Bergmann Hank Janssen Mihai Corlan Chris Shiflett PHP2009 phpuk Apache 2.2.9 Doesn't support MD5 hashed passwords in the .htpasswd file when running on windows. The password has to be stored in plain text format. If you use a hashed password then it will never let you login past the…
apache .htpasswd Apache 2.2.9 windows