Enabling Various PHP parameters using .htaccess file and php.ini file
allow_url_fopen To enable this PHP parameter, you can add the following in the .htaccess file. ============ php_value allow_url_fopen On ============ Or you can add the following in the php.ini file. ============= allow_url_fopen = On ============= allow_url_include To enable this PHP parameter, you can add the following in the .htaccess file. ============… Continue Reading Enabling Various PHP parameters using .htaccess file and php.ini file