Help please. At the moment my index.html is in the /catalog/ sub directory. I know there is a way to put it in the root directory whilst keeping the other catalog files in /catalog/ but can't remember how.
Catalog by default places an index file in the catalog folder, most people then create a different index page to place in the root which then points to the catalog index
you can get your server configured to think that the catalog/index.html is the site entry point.
is this what you are after?
or you can move the whole site so that it is in the root folder.
both of these methods are described somewhere in these forums
Thank Jo. I thought there was a configuration option in Actinic to put the index in the root directory but it appears there isn't. Reconfiguring the server as you suggested did the trick.
Comment