Page 1 of 1

fopen opens php file and don't open sql file

Posted: Mon Aug 18, 2003 9:52 am
by KhasDenis
I've the following problem ...
I need to open file test.sql over http
fopen ("$base_url/setup/test.sql", "r") ... here is I have false result
but if I replace test.sql to test.php ... all ok ....
Have I problem in apache settings ? What is the problem ?
Thanks in advance..
PS. Files (test.sql and test.php) have the same set of permissions.