Hey I have been getting this error on my site: allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) , What is this from I edited the htaccess file and it is like this:
Options -MultiViews
<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
allow_url_include Off
</IfModule>
<IfModule mod_rewrite.c>
Is there any help my domain is servergaming.net and im using Dolphin 7.0.9. My host is hosting24 and they dont allow php.ini files but you can create one what do I put in it too please help =)
John