GetSimple Support Forum

Full Version: Include with http
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all people How i can make e.g common.php
e.g this file
include('basic.php');

http protocol don't work i can't make this
include('http://www.mydomain.com/basic.php'); I'm uplod this file in my server but don't work

Why in this CMS don't work http protocol or i don't know how to make this correct

Thx, Regards, wampir
I think you need allow_url_fopen on, right? Not sure though. Check with your web host.
I still do not understand the WHY you would need this.
try eneabling

allow_url_include = On

in your php.ini
I'm using cPanel but in php configuration i don't see this configuration are you know where is this Big Grin
your host probably doesn't allow you edit the php.ini

this setting is a security risk...

Why do you want to do this?