curl don't work ??
Why is that ??
i thought big hosters know most scripts need curl and fopen for some sites
Added after 5 minutes:
Use this 1 of this ticks
php_flag allow_url_fopen 1
php_flag allow_url_fopen On
php_value allow_url_fopen 1
php_value allow_url_fopen On
allow_url_fopen 1
allow_url_fopen On
Added after 2 minutes:
Or
<IfModule mod_php5.c>
php_value allow_url_fopen On
php_value allow_url_include On
</IfModule>
Why is that ??
i thought big hosters know most scripts need curl and fopen for some sites
Added after 5 minutes:
Use this 1 of this ticks
php_flag allow_url_fopen 1
php_flag allow_url_fopen On
php_value allow_url_fopen 1
php_value allow_url_fopen On
allow_url_fopen 1
allow_url_fopen On
Added after 2 minutes:
Or
<IfModule mod_php5.c>
php_value allow_url_fopen On
php_value allow_url_include On
</IfModule>
Comment