0
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.

Raphael Caixeta
  • 7,808
  • 9
  • 51
  • 76

1 Answers1

1

well, if you want your open_basedir to be /var/www/vhosts/domain.com/, just make it /var/www/vhosts/domain.com/

/var/www/vhosts/domain.com:/tmp
Your Common Sense
  • 156,878
  • 40
  • 214
  • 345