View Single Post
  #244  
Old 18th January 2010, 17:19
Laffin's Avatar
Laffin Laffin is offline
Senior Member
 
Join Date: Oct 2008
Posts: 32
Default
Actually a lot of web hosting, uses the open_basedir in a safe php setting.
your option is to create a directory where it is allowed, such as your root.
create a directory, and an .htaccess file that makes the directory forbidden.
.htaccess
Code:
Options -Indexes
Should work, allowing your php files access, and disallowing web access.
Reply With Quote