This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Moving Group-Office from it's default location

From Group-Office Groupware and CRM Documentation
Revision as of 09:16, 28 October 2010 by Admin (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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/yourhostname.com :

<VirtualHost *:80>
DocumentRoot /usr/share/groupoffice
ServerName yourhostname.com
</VirtualHost>

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.