RE: MultiForums Friendly Hosts
No, you cannot use multiple scripts with subdomains because the server won't be able to map some subdomains to one directory and others to another directory. In my script you have public_html > mybb for the script directory. So when someone types in forum.yoursite.com it looks for the files in public_html > mybb because of .htaccess. Now if you had both public_html > mybb and public_html > phpbb there would be no way for the server to tell which directory to go to for the files, mybb or phpbb. The only way it would work would be to have a "middle-man" file that determines which folder to send requests to, but this would take a lot of modding and may not even work.
BMR777
|