15
Hi guys,
I am also new to xoops, but I think I might have a possible solution to the inactive links/broken images.
it has to do with the virtual path settings
in mainfile.php - make sure the defined value make sense for someone trying to access it externally (no localhost or other non-valid domains)
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://win2k3-srv-std-/xoops/html');
define('XOOPS_URL', 'http://win2k3-srv-std-/xoops/html');
in php.ini - you might need to play with this value
; The directory under which PHP opens the script using /~username used only
; if nonempty.
user_dir =
just my 2cents guys