S
sector29
Guest
Hello,
How do I change vhost.conf so that domain.com/httpdocs, www.domain.com/httpdocs and IP/httpdocs point to subdomain.domain.com/httpdocs.
I've tried to insert DocumentRoot into vhost.conf but it doesnt work for me (yet?).
I intend to use the original domain.com/httpdocs as a storage area for symlinking.
currently vhost looks like most of the posts i've read
<Directory /home/httpd/vhosts/<domain>/httpdocs>
php_admin_value open_basedir /home/httpd/vhosts/<domain>/httpdocs
php_admin_value safe_mode 0
php_admin_value max_execution_time 6000
</Directory>
Also, does "safe_mode 0" turn off safe_mode? How is it turned off for a specific domain.
How do I change vhost.conf so that domain.com/httpdocs, www.domain.com/httpdocs and IP/httpdocs point to subdomain.domain.com/httpdocs.
I've tried to insert DocumentRoot into vhost.conf but it doesnt work for me (yet?).
I intend to use the original domain.com/httpdocs as a storage area for symlinking.
currently vhost looks like most of the posts i've read
<Directory /home/httpd/vhosts/<domain>/httpdocs>
php_admin_value open_basedir /home/httpd/vhosts/<domain>/httpdocs
php_admin_value safe_mode 0
php_admin_value max_execution_time 6000
</Directory>
Also, does "safe_mode 0" turn off safe_mode? How is it turned off for a specific domain.