1 (edited by noton 2009-10-21 13:41)

Topic: running punbb as hidden tor service

setup of punbb on my computer works fine, i can reach the forum over localhost.
i also installed vidalia bundle and created the hidden service. the board (index.php) is now reachable
over the .onion hidden service url.

the problem: if i click any link on index.php it generates an absolute path to http://localhost/forum/..
so it doesnt work as hidden .onion service anymore. (fheiuhf83f09f3f9.onion/forum/...)
i think i need the board working with relative paths to get it work properly.

any hints?

thanks for help!
noto

Re: running punbb as hidden tor service

Please, describe what such hidden service should to do. It seems that something is wrong with your HTTP-server.

Re: running punbb as hidden tor service

Try to edit the config.php file and write your hidden host (or whatever) there.

4 (edited by noton 2009-10-22 17:28)

Re: running punbb as hidden tor service

Parpalak wrote:

Try to edit the config.php file and write your hidden host (or whatever) there.

changed base url in config.php to relative path:

$base_url = '/forum/';

before:

$base_url = 'http://localhost/forum/';

now everthing is fine, thanks a lot!



(for those who are interested, official TOR project website: http://www.torproject.org/index.html.en )