Hi team!
Install Kirby version 4 in a subfolder as follows:
Inside the folder named
c/
I have another folder called content/c in which I have a list of folders as follows:
content/c/
|β 1_ic
|β 2_fl
I defined in my
site/config.php
file that the c/ folder is the home:
<?php
return [
//= Set folder
'home' => 'c',
//= Debug mode
'debug' => true,
];
?>
But when I browse my folders I get the following URLs:
What I need is to βno longer show me the /c
folder in my URLβ, because I already defined my home in my config file.
I hope for your help and response.
Thanks!