ISSUE:
I created an i-bay for my PHP-Nuke Forum called "nuke", but I want to use
http://mysite/ instead of
http://mysite/nuke/ .
SOLUTION:
Linux allows you to create LINKS to redirect files in your system. To make your DEFAULT URL to run your PHP-Nuke system from an i-bay (any i-bay) make a soft LINK!
Example: i-bay name = nuke
[root@SME-Server]# ln -s /home/e-smith/files/ibays/nuke/html/* /home/e-smith/files/primary/html
[root@SME-Server html]#
Any file you have in your i-bay /html directory will automaticaly show in your primary website. Edit Any file from i-bays without changing primary.
Best Regards..