document root e fiel properties
I have to install a php web site using "install.php" file.
I don't want install the site into directory /home/soloar5/www, but I prefer to use a subdirectory /home/soloar5/www/soloartz.com
Should I configure apache virtualhost to connect the servername to the serverroot?
DocumentRoot /www/mysite
ServerName www.soloartz.com
Before and later I execute install.php I have to modify the permission (chmod) of some file. Can I do it? I should have a ssh connection ?
Thanks
I don't want install the site into directory /home/soloar5/www, but I prefer to use a subdirectory /home/soloar5/www/soloartz.com
Should I configure apache virtualhost to connect the servername to the serverroot?
DocumentRoot /www/mysite
ServerName www.soloartz.com
Before and later I execute install.php I have to modify the permission (chmod) of some file. Can I do it? I should have a ssh connection ?
Thanks