I am using syncing to keep the developing and production versions of a website up-to-date. this works perfectly except for one thing: there is an instruction in the htaccess file which should run on the remote server, but not on the dev-box. It is *not* an option to exclude the htaccess from syncing.
So I was wondering if there is some condictional based on the server htaccess is on? The instruction is:
<FilesMatch "\.php$">
AddHandler x-httpd-php53.php
</FilesMatch>