Online, the link urls do not find their content pages in my test site

I have put my site under a folder called ‘test’

My urls look correct. But they do not find the page

https://stalk.net/paradigm/test/catalogue/PD01-Variations

And the folder is there as - ‘content/1_catalogue’

I’ve seen mentioned on this forum of having RewriteEngine enabled in .htaccess, and root folder set

But my target server’s root folder does not have an .htaccess file. Is this strange? I know that my friend’s site is not at the root of the main server, (it uses’stalk.net’ server with ‘paradigm’, as the base url) and so wonder whether I do not have access to the site’s .htaccess file.

I don’t know whether this is stopping my test site operating. Is there a way around this? Or is the cause something else?

The .htaccess file is an invisible file, that’s why you may not see it. And yes, you need to copy it over to the server.

On a Mac, press Command + Shift + . (period) to show invisible files.

Having said this, it is usually the better option to point to have a subfolder directly in the doc root and point a subdomain to it.

I’ve already checked for invisibles. Only .ftpquota was there.

I’ll try copying the standard kirby .htaccess over

Thank-you

Perfect. Fixed it! Thank-you