9
If you don't intent to free up port 80 (maybe using it for Remote Desktop or something), you could try editing mainfile.php so that
le="color: #000000"><?php // XOOPS Virtual Path (URL) // Virtual path to your main XOOPS directory WITHOUT trailing slash // Example: define('XOOPS_URL', 'http://localhost'); define('XOOPS_URL', 'http://localhost');
...is changed to
le="color: #000000"><?php // XOOPS Virtual Path (URL) // Virtual path to your main XOOPS directory WITHOUT trailing slash // Example: define('XOOPS_URL', 'http://localhost:8081'); define('XOOPS_URL', 'http://localhost:8081');
Since XOOPS looks to mainfile.php for your URL, this *should* work.
Best Regards,
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.