I have a local wiki installed on a Mac OS X laptop. PHPWiki is issuing a "<base href" statement that includes the local name of the laptop. This poses a problem because when I access it from another system and click on any link it results in a DNS failure.
What .php file is causing that base href instruction to be written, so I can prevent that base href instruction from being written?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a local wiki installed on a Mac OS X laptop. PHPWiki is issuing a "<base href" statement that includes the local name of the laptop. This poses a problem because when I access it from another system and click on any link it results in a DNS failure.
What .php file is causing that base href instruction to be written, so I can prevent that base href instruction from being written?
either set your correct SERVER_NAME in config.ini, or
fix themes/default/templates/head.tmpl (not recommended)