Guys I want to set allow_url_include Off through my index.php file. I tried to use this but it dint work for me: ini_set('allow_url_include', "0"); Can anyone please help me to get this working.
If ini_set doesn't work, then your host is blocking it. Why can't you just... not put URLs in include? lol