logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Jake Howlett on Tue 22 Apr 2003 in response to The DomBlog Template v1.1

Re: Would port forwarding break layout?

That's an easy one. You need to change the base href in the $$HTMLHead field to
include the port number if you use anything other than 80.


base href="http://www.rfdinc.com/rfd/domblog.nsf/"


needs to become:


base href="http://www.rfdinc.com:8086/rfd/domblog.nsf/"


Jake