2
Your domain name seems to be switching from
http://www.boardstyle.nl to boardstyle.nl. XOOPS does not treat the two domains the same because they *technically* are not the same domain name. If your users will be accessing your site using
http://www.boardstyle.nl, may I suggest you modify your mainfile.php like so:
Change...
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://boardstyle.nl');
define('XOOPS_URL', 'http://boardstyle.nl');
To...
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://www.boardstyle.nl');
define('XOOPS_URL', 'http://www.boardstyle.nl');
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.