sskhalsa
Member
Posted 20 years ago #
How do you get folders in the root directory (where the folder wp-inst resides) to work?
All links to folders there such as http://www.examplewpmu.com/forums display as the main WPMU page.
i dont want my users to see the long url for the forums (www.examplewpmu.com/wp-inst/phpbb2/index.php)
Thanks
So why aren't your forums installed in /forums? If they were and you don't intend to use pretty URL's in phpBB then you could place a .htaccess in there with RewriteEngine Off but if you want to use rewrite rules within phpBB then you are in for a bit of a rocky ride I think.
sskhalsa
Member
Posted 20 years ago #
the rewrite OFF .htaccess thing did the trick, thanks!