Hi,
I just made a fresh Kirby 2.1.0 installation on my server that I had already used often for Kirby developments. I uploaded all the files (including .htaccess) from the kirby-2.1.0.zip to a subfolder. Opening the page on mydomain.com/develop/subfolder just gives me an empty page like:
<html>
<head>
<style>
</style>
</head>
<body>
</body>
</html>
And a 500 error message in the console:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
My php-version is 5.6.9 according to the info.php in the same subfolder and I already tried setting the RewriteBase in the .htaccess to /develop/subfolder.
So far, the installations always worked well and I hope I didn’t forget anything tooo obvious here. Any help on this?
Thanks!