CyberPanel Community
Sy

Syahran

@syahran.saputra

0topics
3posts
joined
last seen

Recent replies

Custom URL for WebmailIf you still want to use webmail.domain.com you can then follow the steps below: ``` RewriteEngine on RewriteCond %{HTTP_HOST} ^webmail.domain.com$ RewriteRule Error 500 on webmail.example1.net[quote="Exou, post:1, topic:36538"] RewriteEngine on RewriteCond %{HTTP_HOST} ^webmail.example.net$ RewriteRule ^(.*)$ [HTTP://cyberpanel/snappymail/$1](HTTP://Custom URL for WebmailMaybe this way can help you ``` RewriteEngine on RewriteCond %{HTTP_HOST} ^webmail.domain.com$ RewriteRule ^(.*)$ HTTP://cyberpanel/$1 [P] RedirectMatch ^/$ htt