Quote:
Originally Posted by falko
How do you mean that?
|
i look into generated vhost file in updated server and one of my non updated. diference is in generated redirection.
old server rule looks
Code:
RewriteCond %{HTTP_HOST} ^admin\.domain\.cz [NC]
RewriteRule ^/(.*) https://domain.cz:81/$1 [L,R]
that is good, but updated server generating at same alias this rule
Code:
RewriteCond %{HTTP_HOST} ^admin\.domain\.cz [NC]
RewriteRule ^/(.*) https://domain.cz/$1 [L,R]
redirection to different port is cut off.