Web Hosting Talk







View Full Version : Installing PHPbb on Root


deet
04-10-2005, 09:53 PM
I am using phpBB on a site I have it installed /folder-name
I would like to move it to the main directory.

So when you type in the domain.com you will see the board.
instead of domain.com/forum-name
But how can I ? I dont wanna loose any posts.


Thanks,
d00t

sitekeeper
04-10-2005, 10:58 PM
If you arew using apache just use "redirect"

Ackoo-jt
04-11-2005, 02:50 AM
just use the cp /folder-name/.* wild card and move all files to the root, then alter the absolute path in your config file. After that you should be set. you could always use a .htaccess redirect or a meta redirect in your index. There are a couple options.