Top and Bottom HTML files

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Top and Bottom HTML files

Post by Thunderstone »




Webinator assumes that all databases will be immediately below
the DOCUMENT_ROOT/webinator directory when processing top and bottom files.
(This assumption will probably be removed with a future release.)
So when using a database called DOCUMENT_ROOT/webinator/xyz it looks for
DOCUMENT_ROOT/webinator/xyz/top.html
but when using a database called DOCUMENT_ROOT/webinator/abc/xyz it looks for
DOCUMENT_ROOT/webinator/abc/abc/xyz/top.html

As a workaround you can make the directory webinator/abc/abc/xyz and place
just top.html and bottom.html there.
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Top and Bottom HTML files

Post by Thunderstone »



The top and bottom files I placed in the default (webinator/db)
directory work fine. However, the databases I have created do not
display the top and bottom files that are in those particular
directories - those directories being put by webinator into
'webinator/bin' (rather than just 'webinator' when I issue the command
'./gw -d(databasename)'

Can I get around this.

Mark N
Post Reply