ispCP - Board - Support
Change default installation directory - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Change default installation directory (/thread-6856.html)



Change default installation directory - marcins - 06-01-2009 05:39 AM

Hi,

How can i change default installation directory of /var/www?
I would like to install it in /home/www because of my partitions.

I changed all path in source code, then install it but i have stil some errors.
Is there any easy method to change default installation directory?

Regards
Martin


RE: Change default installation directory - fhawk - 06-01-2009 12:59 PM

edit templates and scripts!!!


RE: Change default installation directory - Knut - 06-01-2009 03:13 PM

...or make a symlink vom /var/www to /home/www

Gruß Knut


RE: Change default installation directory - marcins - 06-01-2009 04:28 PM

Hi,

Knut: This was my first thing i have done, but some part of web didn't work properly (ie. removing domains)

fhawk: i did it, but i have stil some errors, i didn't have time to check out what was wrong.
I just replace all strings /var/www to /home/www in all ispcp files.

Regards!