auto_prepend_file with safe_mode on?

Is it possible to use auto_prepend_file while safe_mode is still on? I virtually have access to httpd.conf so that's not a problem. I am running a free host, so naturally I want safe_mode to be on for the users directory, but I need auto_prepend_file to work with safe_mode being on but it doesn't... Does anybody know any work arounds for this? Also, the main reason I use safe_mode is to make sure users don't access files outside their directories. Can I use open_basedir for this instead and allow safe_mode to be off?

Thanks

 

 

 

 

Top