Having problems moving kirby site from localhost to ftp

Hi,

I’ve coded my kirby site on my local server with MAMP. all is fine,
But when i upload all the files to my site’s online ftp root, only the index page shows.
When i try to navigate to pages, i get a 404 error like these:

Not Found

The requested URL /projects/test-6 was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

On my local host, the index page is at http://localhost:8888/izzy/
On my ftp, the domain is now http://examplesite.com/

Perhaps im not understanding this well, but i thought Kirby was a file based cms and im able to move it easily?
Is there something i need to configure in the kirby files? If it helps, the folder structure for my site is the default. I did not change anything.

Using kirby 2.5.5. Thanks in advance

Have you also uploaded the .htaccess file?

Oh dear… i missed that out. Just uploaded it and it works.
Thanks and sorry for this silly thread.