Big PHP problem

dcpsoguy

Diamond Member
Nov 5, 2000
3,252
0
0
I have an htaccess directory called clanarea/. The htaccess works.

But, I want to link it to a different page, and I get this error when I try to include something


Warning: Failed opening ' http://@oss.fragism.com/clanarea/strategies.php' for inclusion (include_path='.:/usr/local/apache/lib') in /home/oss/public_html/clanarea/index.php on line 187

But, that file DOES exist. How do I fix this?
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
Can we see your include statement?

If you use a require(), it works fine? Then go with a require. ;)

Rob
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
Originally posted by: dcpsoguy
I have an htaccess directory called clanarea/. The htaccess works.

But, I want to link it to a different page, and I get this error when I try to include something


Warning: Failed opening ' http://@oss.fragism.com/clanarea/strategies.php' for inclusion (include_path='.:/usr/local/apache/lib') in /home/oss/public_html/clanarea/index.php on line 187

But, that file DOES exist. How do I fix this?


What are you trying to do that requires this file over http?