include code not working?
-
I recently re-installed wordpress using fantastico on my website because it wasn’t working, but it still doesn’t work. Well, the blog itself works, but the include code that I’m using doesn’t. I used the php include code to put the blog on the front page of my website, but this is all that shows up:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/asteria/public_html/index.php on line 3
Warning: include(https://asteria-intl.com/wordpress) [function.include]: failed to open stream: no suitable wrapper could be found in /home/asteria/public_html/index.php on line 3
Warning: include() [function.include]: Failed opening ‘https://asteria-intl.com/wordpress’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/asteria/public_html/index.php on line 3
This is what line three says in that file:
<?php include(“https://asteria-intl.com/wordpress”); ?>
Is there anything wrong with that code?
I don’t understand. Please help. It’ll be so greatly appreciated.
- The topic ‘include code not working?’ is closed to new replies.