-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Nice product you have. I was also looking for something simple.
The problem I have is that I cannot open the admin pages.
What I have tried sofar. Normally I am using Hiawatha as my webserver https://hiawatha.leisink.net/ . Also very simple but secure. The setting to use the CMS are WebsiteRoot = /var/www/reboot-cms/web. Hiawatha uses different rules than .htaccess. I played around with these rules but I could not open the adminpage(s). (http://server.local/admin).
So I decided to install reboot-cms on Apache. The only thing I did was to put a line in 000-default.conf: <DocumentRoot /var/www/reboot-cms/web. I typed in: http://mail.local/admin and got http://mail.local/admin/login (The requested URL was not found on this server.) All the other pages works perfect.
What did I do wrong? Do you have any advise?
Many thanks in advance.