#CrosterPageManager
RewriteEngine on
RewriteRule ^managedservices/?$ /modules/addons/adminpanel/showpage.php?cSEO=managedservices&%{QUERY_STRING} [L] #managedservices
RewriteRule ^support/?$ /modules/addons/adminpanel/showpage.php?cSEO=support&%{QUERY_STRING} [L] #support
RewriteRule ^certificates/?$ /modules/addons/adminpanel/showpage.php?cSEO=certificates&%{QUERY_STRING} [L] #certificates
RewriteRule ^root-server/?$ /modules/addons/adminpanel/showpage.php?cSEO=root-server&%{QUERY_STRING} [L] #root-server
RewriteRule ^datenschutz/?$ /modules/addons/adminpanel/showpage.php?cSEO=datenschutz&%{QUERY_STRING} [L] #datenschutz
RewriteRule ^nextcloud-vs-seafile/?$ /modules/addons/adminpanel/showpage.php?cSEO=nextcloud-vs-seafile&%{QUERY_STRING} [L] #nextcloud-vs-seafile
RewriteRule ^webhosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=webhosting&%{QUERY_STRING} [L] #webhosting
RewriteRule ^webbuilder/?$ /modules/addons/adminpanel/showpage.php?cSEO=webbuilder&%{QUERY_STRING} [L] #webbuilder
RewriteRule ^domains/?$ /modules/addons/adminpanel/showpage.php?cSEO=domains&%{QUERY_STRING} [L] #domains
RewriteRule ^thurbackup/?$ /modules/addons/adminpanel/showpage.php?cSEO=thurbackup&%{QUERY_STRING} [L] #thurbackup
RewriteRule ^thurdesk/?$ /modules/addons/adminpanel/showpage.php?cSEO=thurdesk&%{QUERY_STRING} [L] #thurdesk
RewriteRule ^seafile-hosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=seafile-hosting&%{QUERY_STRING} [L] #seafile-hosting
RewriteRule ^business-mail/?$ /modules/addons/adminpanel/showpage.php?cSEO=business-mail&%{QUERY_STRING} [L] #business-mail
RewriteRule ^private-mail/?$ /modules/addons/adminpanel/showpage.php?cSEO=private-mail&%{QUERY_STRING} [L] #private-mail
RewriteRule ^thur-vdc/?$ /modules/addons/adminpanel/showpage.php?cSEO=thur-vdc&%{QUERY_STRING} [L] #thur-vdc
RewriteRule ^thur-vserver/?$ /modules/addons/adminpanel/showpage.php?cSEO=thur-vserver&%{QUERY_STRING} [L] #thur-vserver
RewriteRule ^agb/?$ /modules/addons/adminpanel/showpage.php?cSEO=agb&%{QUERY_STRING} [L] #agb
RewriteRule ^nextcloud-hosting/?$ /modules/addons/adminpanel/showpage.php?cSEO=nextcloud-hosting&%{QUERY_STRING} [L] #nextcloud-hosting
#EndCrosterPageManager
### Thurdata Rewrites
RewriteEngine on
#productgroups redirect
RewriteRule ^(index\.php/)?store/mailhosting/?$ /pmailmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/groupware\-hosting/?$ /cmailmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/file\-storage/?$ /tfmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/thurfiles\-business\-hosting/?$ /tfmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/cloud\-hosting/?$ /ncmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/nextcloud\-business\-hosting/?$ /ncmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/vps\-hosting/?$ /vservermore.php [R=301,L]
RewriteRule ^(index\.php/)?store/thurvcloud/?$ /vdcmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/ssl\-/?$ /certificates [R=301,L]
RewriteRule ^(index\.php/)?store/webhosting/?$ /wehosting.php [R=301,L]
RewriteRule ^(index\.php/)?store/colocation\-backup/?$ /backupmore.php [R=301,L]
RewriteRule ^(index\.php/)?store/website\-builder/?$ /webbuilder.php [R=301,L]
RewriteRule ^(index\.php/)?store/thurserver/?$ /rootserver.php [R=301,L]
#mailwebs
RewriteCond %{HTTP_HOST} ^(www\.)?mailthurgau\.ch$ [NC]
RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?ost-mail\.ch$ [NC]
RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?thurgaumail\.ch$ [NC]
RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?thurmail\.ch$ [NC]
RewriteRule ^ https://thurdata.ch/pmailmore.php [R=301,L]
### End Thurdata Redirects
### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###
RewriteEngine on
# RewriteBase is set to "/" so rules do not need updating if the
# installation directory is relocated. It is imperative that
# there is also a RewriteCond rule later that can effectively get
# the actual value by comparison against the request URI.
#
# If there are _any_ other RewriteBase directives in this file,
# the last entry will take precedence!
RewriteBase /
# Redirect directories to an address with slash
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R]
# Send all remaining (routable paths) through index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Determine and use the actual base
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ %2index.php [QSA,L]
### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###