19 Feb
2003
19 Feb
'03
8:02 p.m.
Einar Næss Jensen wrote at 2003-2-19 11:49 +0100:
We are running zope together with apache and via rewriterules we have gotten rid of the need to write ":8080" in the url,
now the problem is that links created with absolute_url() gives the link like this:
http://www.localhost.com:8080/webpages/index_html
what i want, is it to make this: (ie without the portnumber) http://www.localhost.com/webpages/index_html
Look at VHM (Virtual Host Monster). Instantiate such an object (in your root folder) and read its documentation tab. Dieter