This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "Moving Group-Office from it's default location"
From Group-Office Groupware and CRM Documentation
(New page: By default Group-Office is located on http://yourhost/groupoffice/. You might want to move that to http://yourhost/. Take the following steps to do this: Create /etc/apache2/sites-enabled...) |
|||
Line 1: | Line 1: | ||
By default Group-Office is located on http://yourhost/groupoffice/. You might want to move that to http://yourhost/. Take the following steps to do this: | By default Group-Office is located on http://yourhost/groupoffice/. You might want to move that to http://yourhost/. Take the following steps to do this: | ||
− | + | Edit /etc/apache2/sites-enabled/000-defaul and change: | |
− | + | ||
<pre> | <pre> | ||
− | |||
DocumentRoot /usr/share/groupoffice | DocumentRoot /usr/share/groupoffice | ||
− | |||
− | |||
</pre> | </pre> | ||
Revision as of 08:19, 28 October 2010
By default Group-Office is located on http://yourhost/groupoffice/. You might want to move that to http://yourhost/. Take the following steps to do this:
Edit /etc/apache2/sites-enabled/000-defaul and change:
DocumentRoot /usr/share/groupoffice
Edit /etc/groupoffice/config.php and change the following value:
$config['host']="/";
There might be a full_url property too. If it's there change it too.