Webspace without domain - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Webspace without domain (/thread-3445.html) |
Webspace without domain - tought - 06-04-2008 01:04 AM Hi There My question is: is there a possibility to use a webspace without a domain? in confixx you can find your webspace with: webx.domain.tld (webx is the username) Is there something similar in ispCP? My other question is: I have an error: PHP Code: Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/bin/python) is not within the allowed path(s): (/var/www/virtual/domain.tld/:/usr/share/php/) in /var/www/virtual/domain.tld/htdocs/settingsfunctions.php on line 188 and PHP Code: Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/var/www/virtual/domain.tld/:/usr/share/php/) in /var/www/virtual/domain.tld/htdocs/settingsfunctions.php on line 188 what is the problem and how can i manage this to work? Thank you very much!!! RE: Webspace without domain - Kika - 06-04-2008 01:23 AM You can set the open_basedir in the php.ini (/var/www/fcgi/DOMAIN.TLD/phpVERSION/php.ini) RE: Webspace without domain - tought - 06-04-2008 01:53 AM ok, and do you have a solution for the other problem? RE: Webspace without domain - rsmithgs - 06-04-2008 04:05 AM tought Wrote:Hi There Maybe a bodge way to do this is to create accounts using subdomains instead of domains? |