After having problems, I am starting over a step by step local installation of the starterkit.
The system:
- Linux Mint 19.2 Cinnamon (ubuntu, debian based)
- Apache 2.4.29
- PHP 7.2.24
- mbstring, curl, ctype and gd enabled (according to phpinfo)
- install on var/html/www which is root/root and 755
The installation:
sudo git clone https://github.com/getkirby/starterkit.gitchgrp -R www-data starterkit/to give apache group ownership everywherechmod -R g+rwX startkekit/to give apache read and write permissions everywhere
Result:
- Visiting
localhost/starterkitresults in images not found - Visiting
localhost/starterkit/panelor subpages not found
.htaccess troubleshooting
- Adding ‘INVALID LINE’ at the top of the .htaccess file results in 500 server error on the homepage
media, accounts, sessions…
- there is a
media/pages/photography...folder - there is a
site/sessionsbut nosite/accountsyet (not that I created one)
What am I missing?
Thank you