I own Artisticimpulses.com, and my host recently updated our version of PHP to PHP 5.2.2 and I have read everywhere that my php.ini file should have:
allow_url_include = On
&
allow_url_fopen = On
Displayed somewhere.
Yet when I opened that file, it was empty, I also checked the .htaccess and yet that was empty as well. Because of this, this is what is displayed on my site when I open it:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home2/artistic/public_html/index.php on line 1
Warning: include(http://aberrant.artisticimpulses.com...ress/index.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home2/artistic/public_html/index.php on line 1
Warning: include() [function.include]: Failed opening 'http://aberrant.artisticimpulses.com/wordpress/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/artistic/public_html/index.php on line 1
Any idea what I need to put in my php.ini file? I am kind of new to this and its very confusing. Any help would be brilliant!
Nathan



LinkBack URL
About LinkBacks
Reply With Quote





