Hi, I’m unsuccessfully trying to make a Kirby 3 site render in my localhost set up on Mojave (10.14.2). What am I doing wrong?
The project is located at /username/sites/my-kirby-project
.
Visiting the URL http://localhost/~username/
with Chrome displays a list of all the containing folders, which is nice, but when I visit http://localhost/~username/my-kirby-project
the website is not rendered in the browser, instead it shows the index.php code.
I figured it might have something to do with the .htaccess and “RewriteBase /”, but nothing I tried worked.
Circumstances that might or might not be relevant:
- i followed these instructions to set up the localhost
- MacOS Apache Version 2.4.34
sudo apachectl configtest
returnssyntax ok
- PHP Version 7.1.19
So, does anyone know, where I messed up?
Thanks!