View Single Post
  #11  
Old 07-13-2008, 05:41 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 16,833
BMR777 is on a distinguished road
Default 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
Reply With Quote