1
At first i built my XOOPS site with this:
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://localhost/website/html');
My administrator account could log in with out any problems. I could access my administration menu.
Now I am ready for internal users to test so i changed mainfile.php to this:
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://Server/website/html');
Website works great over intranet except when i log on to my administrator account. It will log in successfully, but when i click on the administration menu i get you do not have permission.
All i changed was my xoops_url. Anyone have any ideas on how to correct this?
Thanks in advance.