There is bug that I've come across when running ISPConfig 2.2.35 where getting PHP files via WebDAV pulls down the executed script vs. the actual PHP content.
To fix this problem you'll want to add directives via ISPConfig's Apache Directives (Optional) setting. I add the following that prevents PHP scripts from executing when downloading via WebDAV
# Fix for PHP WebDAV
<IfModule mod_dav.c>
<Location /webdav>
php_value engine off
</Location>
</IfModule>
WebDAV is an excellent alternative to FTP because it can be secure (with optional SSL), HTTP(S) is optimized on most routers and networks, and its fast as hell. Its also supported on various OS's natively from OS X to Windows, and in 'professional' web IDEs like Dreamweaver (for designers) and phpED (for developers). With this fix I can develop faster using Dw and
www.themedreamer.com developing WordPress themes.
Recent comments
6 hours 38 sec ago
15 hours 28 min ago
16 hours 17 min ago
19 hours 51 min ago
1 day 15 min ago
1 day 37 min ago
1 day 2 hours ago
1 day 12 hours ago
1 day 17 hours ago
1 day 19 hours ago