If you’re giving Fork-CMS a try (which can be found at www.fork-cms.be), and are experiencing problems loading a lot of different pages, it might be because your Apache ignores the special .htaccess file the folks at Fork made to make some magic work.
To make sure Apache looks into that file, you need to add the directive “AllowOverride All“, and restart Apache.
Advertisement
.htaccess is a file every webdeveloper should be familiar with.
It is not created by the founders of Fork CMS. It is a simpel server-side script which takes care of url-rewriting etc…
I wrote that the creators of Fork-CMS made a special .htaccess file in the context of them writting rules in order for their CMS to work correctly on Apache.