I’ve tested it locally on a Mac, everything worked just fine. So I went ahead and purchased licenses, uploaded it to my server and made ‘clean’ install directly on the server. I can access the panel, blog, projects etc. is working just fine but ‘home’ is not working, no matter what I do.
I’m sure I’m holding it wrong but I can’t figure out what I’m missing. When I add:
c::set('home', 'blog');
blog stops to work, everything else ist still working just fine. It is not in a subfolder, since I can access the panel and add content the server shouldn’t be the problem.
If I manually type in domain/home after I’ve changed home to blog it works and I can see the home.txt content.
So can please someone knock me over the head with the (what I assume must be a very, very simple, and idiotic) solution?
I can’t access (load) the ‘homepage’ by typing domain.com. (error) http://domain.com/blog works, projects etc. work as well.
If I change [c::set(‘home’, ‘blog’);] I can no longer access http://domain.com/blog but domain.com/home - so home folder is available and accessible - but not as the ‘home’ page (root or whatever you may call it)
I hope my rambling made it clearer to understand now?
Could you post the contents of your config.php file please (without the license)? Have you added anything to the .htaccess file? What kind of error do you get, a 404 or 500?