Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Trevor S. on November 18, 2003, 03:02:52 AM

Title: HOWTO: Hiding your i-bay when using PHP-Nuke
Post by: Trevor S. on November 18, 2003, 03:02:52 AM
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..