im using phpwiki 1.3.3 (and try with 1.3.4 too) i can see any picture.. in the source of html (in the browser) " <img src="//themes/default/images/logo.png" >"
i think that try to open http://themes/default/imges/logo.png" :( and not wiki.mydomain.com/themes/default/images/logo.png
im using apache with virtual host sorry i have terrible english :(
i wanna say "I CAN'T SEE"... sorry :PPPPPPPP
only a mistake in config
i change
define('SERVER_NAME', 'wiki.myhost.com'); define('SCRIPT_NAME', '/index.php'); define('DATA_PATH', '');
and now works!
Log in to post a comment.
im using phpwiki 1.3.3 (and try with 1.3.4 too)
i can see any picture.. in the source of html (in the browser)
" <img src="//themes/default/images/logo.png" >"
i think that try to open http://themes/default/imges/logo.png" :(
and not wiki.mydomain.com/themes/default/images/logo.png
im using apache with virtual host
sorry i have terrible english :(
i wanna say "I CAN'T SEE"...
sorry :PPPPPPPP
only a mistake in config
i change
define('SERVER_NAME', 'wiki.myhost.com');
define('SCRIPT_NAME', '/index.php');
define('DATA_PATH', '');
and now works!