Forums - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: LAMP (https://www.linux-noob.com/forums/forum-83.html) +--- Thread: Forums (/thread-863.html) |
Forums - dzvonyo - 2008-08-18 How do you set up phpbb using ubuntu server 8.04 trying to set up forums using PHPBB My set up is as follows. -have three websites on the same server -would like to have an independent forum for each site. Have followed this : https://help.ubuntu.com/community/phpbb. If I type www.site1.com/phpbb www.site2.com/phpbb www.site3.com/phpbb Doesnt work BUT if I type 172.16.2.4/phpbb = it does work So how to install and configure phpbb on ubuntu server using CLI thanks Forums - anyweb - 2008-08-18 forget about phpbb for a minute, do www.site1.com www.site2.com www.site3.com work correctly ? Forums - dzvonyo - 2008-08-18 Quote:forget about phpbb for a minute, do YES after following this https://www.linux-noob.com/forums/index.php?showtopic=3536 sites are all working fine, hence adding forums... Forums - anyweb - 2008-08-18 ok, i don't use phpbb but i do use ipb and i know for that you need one configuration file which defines the name of the server, its url and settings and so on that's how I run http://www.windows-noob.com and https://www.linux-noob.com on the same ip, two vhosts with two separate forums, but that also means two separate databases in mysql so, have you configured the other two website forums phpbb conf files ? and have you created separate databases in mysql for those forums ? cheers anyweb |