404 errors on links after moving to live system

Hello :slight_smile:
Just now, I tried to move all files from /development (staging version) to my webserver’s root in order to bring my new site live.
Of course, I commented out
$kirby = new Kirby([ ‘roots’ => [ ‘config’ => ‘/development’, ], ]);
in the index.php. After moving to root, all links to pages return 404 errors while on the /development directory everything worked fine. What’s my fault?

Thanks in advance!

ah … I should have added Kirby specific htaccess rules to to root htaccess … will try again