<div dir="ltr">Yes, mine looks the same and get same result with or without rediects set. The conf file looks good:<div><br></div><div><div><VirtualHost 216.x.x.15:80></div><div>ServerName <a href="http://www.example.com">www.example.com</a></div><div>ServerAlias <a href="http://example.com">example.com</a></div><div>ServerAdmin admin</div><div>DocumentRoot /home/.sites/39/site9/web</div><div>ErrorDocument 401 /error/401-authorization.html</div><div>ErrorDocument 403 /error/403-forbidden.html</div><div>ErrorDocument 404 /error/404-file-not-found.html</div><div>ErrorDocument 500 /error/500-internal-server-error.html</div><div>RewriteEngine on</div><div>RewriteCond %{HTTP_HOST}                !^216.139.202.15(:80)?$</div><div>RewriteCond %{HTTP_HOST}                !^<a href="http://www.example.com">www.example.com</a>(:80)?$ [NC]</div><div><br></div><div>RewriteRule ^/(.*)                      <a href="http://www.example.com/$1">http://www.example.com/$1</a> [L,R=301]</div><div>RewriteOptions inherit</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 24, 2018 at 1:10 PM, Brent Epp <span dir="ltr"><<a href="mailto:brent@pdc.ca" target="_blank">brent@pdc.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Do you have this as your host/domain/alias setup?<br>
<br>
I use:<br>
<br>
 Host Name: www<br>
 Domain Name: <a href="http://mydomain.com" rel="noreferrer" target="_blank">mydomain.com</a><br>
 Web Alias Redirects: [checked]<br>
 Alias: <a href="http://mydomain.com" rel="noreferrer" target="_blank">mydomain.com</a><br>
<br>
No login redirect problems.<br>
<br>
Short of that, root into the shell and check the ServerAlias line in the site file /etc/httpd/conf/vhosts/siteXX<br>
<br>
 - Brent<span class=""><br>
<br>
At 2018-07-24 11:44, Robert Fitzpatrick wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
I have one site on a 5209R server that keeps leading to the admserv port 444:<br>
<br></span>
<<a href="http://www.example.com/" rel="noreferrer" target="_blank">http://www.example.com/</a>><a href="http://www.example.com/%C3%82" rel="noreferrer" target="_blank">http:<wbr>//www.example.com/Â</a> ->  <a href="http://www.example.com:444/" rel="noreferrer" target="_blank">http://www.example.com:444/</a><span class=""><br>
<br>
I have cleared aliases and web alias redirect settings, saved and re-entered. Same result with or without the setting. I have restarted httpd, admserv and named-chroot although we do not host DNS for this domain. I did check DNS queries from the server and resolving the correct IP. The server has one IP and all vsites use another on this server. All other sites are working well. It also had LE SSL setup, but I have that disabled for now.<br>
<br>
It definitely appears the server does not recognize and wants to pull up the GUI. What else can I check to resolve this issue?<br>
<br></span>
--Â<br>
Robert<br>
<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailma<wbr>n/listinfo/blueonyx</a><br>
</blockquote>
<br>
<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailma<wbr>n/listinfo/blueonyx</a><br>
</blockquote></div><br></div>