Apache .htaccess - applying basic authentication conditionally based on environment or hostname
snippet in htaccess
Apache .htaccess - applying basic authentication conditionally based on environment or hostname
user9822
<IfDefine !__DEV__>
AddType application/x-httpd-php53 .php
</IfDefine>