![]() |
[How To?] How can I display forumdisplay.php?fid=2 as my home page? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [How To?] How can I display forumdisplay.php?fid=2 as my home page? (/thread-116763.html) |
How can I display forumdisplay.php?fid=2 as my home page? - jahangircsebd - 2012-04-12 How can I display forumdisplay.php?fid=2 as my home page? Can you please help me? Regards, Jahangir RE: How can I display forumdisplay.php?fid=2 as my home page? - Yaldaram - 2012-04-12 It needs a plugin. There is no free plugin available though. RE: How can I display forumdisplay.php?fid=2 as my home page? - Nathan Malcolm - 2012-04-12 Add the following to .htaccess .htaccess Wrote:DirectoryIndex forumdisplay.php?fid=2 RE: How can I display forumdisplay.php?fid=2 as my home page? - Yaldaram - 2012-04-12 (2012-04-12, 04:44 PM)Nathan Malcolm Wrote: Add the following to .htaccess Its right but probably redirect to the fid=2 even if the users are viewing the showthread pages ? I may be wrong since I don't know much about htaccess ruling though ![]() RE: How can I display forumdisplay.php?fid=2 as my home page? - Nathan Malcolm - 2012-04-12 (2012-04-12, 04:55 PM)Yaldaram Wrote: Its right but probably redirect to the fid=2 even if the users are viewing the showthread pages ? I may be wrong since I don't know much about htaccess ruling though It basically overrides index.php as being the index. It won't affect other pages. RE: How can I display forumdisplay.php?fid=2 as my home page? - jahangircsebd - 2012-04-12 Hi Nathan Malcolm, .htaccess Wrote: DirectoryIndex forumdisplay.php?fid=2 I did, but it seems not working. Can you please help me? Jahangir RE: How can I display forumdisplay.php?fid=2 as my home page? - Euan T - 2012-04-12 What's your URL? |