Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Include with http
#1
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
Reply
#2
I think you need allow_url_fopen on, right? Not sure though. Check with your web host.
Reply
#3
I still do not understand the WHY you would need this.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#4
try eneabling

allow_url_include = On

in your php.ini
My Github Repos: Github
Website: DigiMute
Reply
#5
I'm using cPanel but in php configuration i don't see this configuration are you know where is this Big Grin
Reply
#6
your host probably doesn't allow you edit the php.ini

this setting is a security risk...

Why do you want to do this?
My Github Repos: Github
Website: DigiMute
Reply




Users browsing this thread: 1 Guest(s)