How to enable File Access URL on Mediatemple
Recently I’m getting the error message “URL file-access is disabled in the server configuration” when I move my website on mediatemple. This error occurs because the mediatemple has disabled URL File Access on the server via php.ini for security reason.
When you getting this similar problem, simply add
in your .htaccess file then you’re save now.php_flag allow_url_fopen on
