linnus Posted October 14, 2007 Share Posted October 14, 2007 Hi, What should I put into my hta.acess file in order to make it so there is no open_basedir restriction for the php. I have asked my host, and they told me to search for it but I couldn't find it. I currently have PHP version 4.4.7. Thank you Link to comment https://forums.phpfreaks.com/topic/73244-no-open_basedir-restriction/ Share on other sites More sharing options...
Mirkules Posted October 14, 2007 Share Posted October 14, 2007 The file is called .htaccess In linux, whenever you have a . before the filename, it means the file is hidden. Try "ls -al" to see hidden files. If you are using an FTP client, there should be a setting that allows you to view hidden files. .htaccess can be located in the root directory, and the permissions will be cascaded down to child directories. Furthermore, every directory can have its own .htaccess file that overrides the parent's. Read up on it by googling .htaccess Hope this helps, Mk Link to comment https://forums.phpfreaks.com/topic/73244-no-open_basedir-restriction/#findComment-369545 Share on other sites More sharing options...
linnus Posted October 15, 2007 Author Share Posted October 15, 2007 I know it's called .htacess, i mistyped. What i am asking is what should i put in it so that there is no open_basedir restriction. Thanks Link to comment https://forums.phpfreaks.com/topic/73244-no-open_basedir-restriction/#findComment-369569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.