Hi,
I'm quite new to froxlor.
I did the following:
I cloned & upgraded an existing server(Ubuntu 12.04 -> 16.04; Froxlor 0.93 -> 0.98.8)
The webserver is starting correctly
On all sites, where a "Rewrite Engine On" Directive is in the DocRoot, I get an HTTP 500 - Internal Server Error
The fix would be to get a Line "AllowOverride FileInfo" into the root-directory directive of every apache-vhost config
As a workaround I put into SYSTEM/Settings/Webserver in default VHOST-Settings:
<Location />
AllowOverride FileInfo
</Location>
---
Well it works. But I'm sure that's not a good way to do it and I assume Rewriting should work right out of the box.
Any hints, how to do this in a better way?