简体   繁体   中英

PHP & CodeIgniter Error: open_basedir restriction in effect

open_basedir restriction in effect. File(/var/www/vhosts/domain.com) is not within the allowed path(s): (/var/www/vhosts/domain.com/httpdocs:/tmp)

How do I securely fix this? This is preventing me from listing and creating directories outside of the current directory. What I mean by securely is that I don't want to remove a piece of code from a configuration file and potentially make it easier for hackers to do whatever.

好吧,如果您希望open_basedir为/var/www/vhosts/domain.com/ ,只需将其设为/var/www/vhosts/domain.com/

/var/www/vhosts/domain.com:/tmp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM