I have develop machine, which is windows and I will deploy my website to an ubuntu server. so, how can one .htaccess file use different directive under different environment.
for example:
php_value auto_prepend_file D:\123\bigsite\include\global.php
in ubuntu, i should replace the value with another location.
I use svn and a post hook to automaticlly check out files to ubuntu server, so when i check in to svn, the .htaccess content is the same in the windows