<div dir="ltr">Yeah, I checked that. It is a WordPress site and just had the standard WP jargon. A reboot of the server fixed.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 25, 2018 at 8:54 AM, 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">So, I just encountered this myself while setting up a site.<br>
<br>
I don't know if it applies to your situation, but the problem for me that there was an SSL redirect (rewrite) in the site's .htaccess file while there was no valid cert setup for the domain.<span class="HOEnZb"><font color="#888888"><br>
<br>
 - Brent</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
At 2018-07-24 12:35, Robert Fitzpatrick wrote:<br>
Yes, mine looks the same and get same result with or without rediects set. The conf file looks good:<br>
<br>
<VirtualHost 216.x.x.15:80><br>
ServerName <a href="http://www.example.com" rel="noreferrer" target="_blank">www.example.com</a><br>
ServerAlias <a href="http://example.com" rel="noreferrer" target="_blank">example.com</a><br>
ServerAdmin admin<br>
DocumentRoot /home/.sites/39/site9/web<br>
ErrorDocument 401 /error/401-authorization.html<br>
ErrorDocument 403 /error/403-forbidden.html<br>
ErrorDocument 404 /error/404-file-not-found.html<br>
ErrorDocument 500 /error/500-internal-server-err<wbr>or.html<br>
RewriteEngine on<br>
RewriteCond %{HTTP_HOST}                !^216.139.202.15(:80)?$<br>
RewriteCond %{HTTP_HOST}                !^<a href="http://www.example.com" rel="noreferrer" target="_blank">www.example.com</a>(:80)?$ [NC]<br>
<br>
RewriteRule ^/(.*)                      <a href="http://www.example.com/$1" rel="noreferrer" target="_blank">http://www.example.com/$1</a> [L,R=301]<br>
RewriteOptions inherit<br>
<br>
<br>
On Tue, Jul 24, 2018 at 1:10 PM, Brent Epp <<a href="mailto:brent@pdc.ca" target="_blank">brent@pdc.ca</a>> wrote:<br>
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<br>
<br>
At 2018-07-24 11:44, Robert Fitzpatrick wrote:<br>
I have one site on a 5209R server that keeps leading to the admserv port 444:<br>
<br>
<<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><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>
--Â<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>
<br>
<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>
<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>
<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>
</div></div></blockquote></div><br></div>