Hi, We have just completed a successful upgrade from 2.2.5 to 2.2.6, but noticed the strangest thing..... For each site we provide Domain/URL forwarding for, we have had the Apache (Optional) directive entered thus: Redirect / http://www.someotherdomain.com/ Since the upgrade, these have all been changed to: # Redirect / http://www.someotherdomain.com/ # NOT SUPPORTED! We seem to have fixed the issue, by manually correcting each site back to the original Redirect directive. Any idea what caused this? We would not like to have to manually do this each time we upgrade again.... Cheers and thanks always for a brilliant piece of software. Paul
Please make sure the Apache module configuration hasn't changed. ISPConfig runs Code: httpd -t to find out if your custom directives are supported, and if the command returns an error, your directives are commented out.
If httpd -t return an error, ISPConfig comment ALL custom directives, in all sites, is this correct? So it's very dangerous give this option to reseller... if one reseller make some mistake in one of his virtualhosts, he damage all virtualhosts... and he can't repeair the damage
If I remember correctly, ISPConfig tests the directives for every website independently, not the whole config file at once.