User Tools

Site Tools


redirect_sogo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
redirect_sogo [2022/07/01 15:20] – created chrisredirect_sogo [2022/07/01 16:37] (current) chris
Line 1: Line 1:
 **Redirecting SOGo URL** **Redirecting SOGo URL**
 +
 +In most cases you will like to redirect your URL to easy connect the web-interface with the outside. To do this follow these steps for DEBIAN systems:
 +
 +  * Fisrt make sure you have installed and enabled de redirect module. 
 +
 +   sudo a2enmod rewrite
 +
 +Next, go to your apache directory and edit the .conf file. In most cases that will be apache2.conf or httpd.conf or similar. 
 +
 +   sudo nano /etc/apache2/apache2.conf
 +
 +Search for or enter the line 
 +
 +   LoadModule rewrite_module modules/mod_rewrite.so
 +
 +and un-comment it or write it you self into the file. 
 +
 +Also change the lines AllowOverwrride NONE to AllowOverride ALL
 +
 +Edit you .htaccess file and enter the following
 +
 +   nano /var/www/html/.htaccess
 +
 +   Redirect / https://the.new.site/you/want/to/go
 +
 +Restart the server with:
 +
 +   servie apache2 restart
 +
 +
 +That's all. 
 +
 +\\
 +\\
 +Your ArtIT Team
 +\\
 +\\
 +
 +**[[zentyal|BACK]]**
redirect_sogo.1656681631.txt.gz · Last modified: 2022/07/01 15:20 by chris