I have a problem with my froxlor apache configuration.
I use the domain e-volutions.be with some subdomains. I access froxlor trough froxlor.e-volutions.be. The problem is every time I change some configuration in apache using froxlor, all subdomains redirect to www.e-volutions.be. Most of the subdomains are vhost file manually created.
I found the following problem:
Every time I change something in my apache config the ServerAlias is changed to *.e-volutions.be. This causes every subdomain to redirect to www
Question
Ward
Hello,
I have a problem with my froxlor apache configuration.
I use the domain e-volutions.be with some subdomains. I access froxlor trough froxlor.e-volutions.be. The problem is every time I change some configuration in apache using froxlor, all subdomains redirect to www.e-volutions.be. Most of the subdomains are vhost file manually created.
I found the following problem:
Every time I change something in my apache config the ServerAlias is changed to *.e-volutions.be. This causes every subdomain to redirect to www
<VirtualHost 88.*:80>
ServerName e-volutions.be
ServerAlias *.e-volutions.be
I fix this by changing it manually to
<VirtualHost 88.*:80>
ServerName e-volutions.be
ServerAlias www.e-volutions.be
Does somebody knows how I can fix this?
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.