Author |
|
chris_slaterwal Newbie
Joined: 23 February 2018
Online Status: Offline Posts: 3
|
Posted: 23 February 2018 at 8:25am | IP Logged
|
|
|
I've just installed WebMail Lite on Ubuntu 17.10 using the instructions from the AfterLogic site, i.e. with APT. The installation seemed to go well.
I put:
Include /etc/afterlogic/apache.conf
into the sites-enabled files (000-default and default-ssl).
Apache was restarted.
Now whenever I try to browse to an afterlogic page (e.g. http://myhost/afterlogic/ or http://myhost/afterlogic/?install)
my browser displays the same thing:
*/ include_once 'system/autoload.php'; \Aurora\System\Application::Start();
And that's all.
Presumably this is a fairly basic problem. Any ideas, anyone?
TIA
ChrisSW
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 February 2018 at 1:09am | IP Logged
|
|
|
Hmm, it's not something we have ever encountered. Was that a fresh installation of Apache, or you had other websites/apps installed there already??
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 February 2018 at 1:36am | IP Logged
|
|
|
Also, symlink to /etc/afterlogic/apache.conf file is automatically added under /etc/apache2/conf-available as well as under /etc/apache2/conf-enabled; is there any reason you had to include it additionally - wasn't it working without that?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
chris_slaterwal Newbie
Joined: 23 February 2018
Online Status: Offline Posts: 3
|
Posted: 26 February 2018 at 1:42am | IP Logged
|
|
|
I've fixed it now. It was a general PHP issue, i.e. that PHP tags were not being recognised. I re-did the required Apache configuration and all is OK. Thanks for your thoughts though.
|
Back to Top |
|
|