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.
fopen opens php file and don't open sql file
Moderator: General Moderators