I need to enable php_intl
extension only in a subdomain of my website, so i use the .htaccess
file to do it with this code.
<IfModule mod_php4.c>
php_extension_dir php_intl.dll
php_extension php_intl.dll
</IfModule>
But not work. Someone helpe me, please?