Home not working

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?

Enabling

RewriteBase /

didnā€™t do the trick either.

Thanks in advance!

What do you mean by ā€œnot workingā€? Do you get an error message or a blank page? Is the home folder present?

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?

Is your project inside a subfolder or on the webserver root?

As written in initial post: no, not in the subfolder, in root. Since /blog etc. do work, RewriteBase shouldnā€™t be the solution; unless Iā€™m mistaken :slight_smile:

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?