Publishing - Just a question for clarification

Do I get it right: Elements publish a page in a folder (page name) with the .html and the .css file.
It seems that I have some problems in my test environment a subdomain to access the links. But I’m not sure.
thanks in advanced

Hi @alexanderberlin

That’s correct, each page has a folder and a filename, for example:

https://example.com/apples/index.html

where apples is the folder and index.html (or index.php) is the filename. Any index.css or index.js files would also go in the specific folder.

What troubles are you having with your test environment?

Thanks Dan