Hello, I can’t getting work Kirby on the fu**n DigitalOcean LAMP installation, I’ve installed git on my droplet so i simply git clone reponame .
to the main folder in /var/www/html
. The initial page works but not any page urls (including Panel).
- I’ve also cloned a WP repo and it works, so it’s really weird…
- I checked this http://getkirby.com/docs/installation/troubleshooting, without any success.
- I also try
c::set('url', 'http://domain.com');
,c::set('url', '/');
in thesite/config/config.php