How can I make a directory shorter?

Hi all,
I just started practicing Kirby by watching this video: The content folder - YouTube

In that video the tutor made a folder called ‘projects’ in Content folder,
and he typed localhost:8000/projects to access the ‘projects’ page he just made!

My one seems a bit different. I should type all the directory like this:
localhost:8888/starterkit-main/content/projects

What’s a difference? FYI I’m using MAMP to setup my website environment.

Please help! :slight_smile:

Are you using standard MAMP or the Pro version. With the pro version, you can create hosts.

With the standard version, the only thing you can do is to point the doc root to the project folder (but then only one project is accessible at the same time).

1 Like

Thanks!! it worked! :slight_smile: