MyBB Community Forums

Full Version: Moving Domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to move a forum to a new domain how do i go about this i want to keep the forums as is including posts mods plugins etc but just change the domain how do i go about doing this?
Just point your new domain to the old domain name servers then change the board URL and cookie settings on your ACP.
How do i change table name?

curently i have leonoc_adminlog etc...

I want to change to foc_adminlog etc......
The table prefix doesn't really matter, no one can see it (or they shouldn't be able to) and doesn't effect anything.
I know i just like to have it right fussy like that
If you want you could probably go through in PHPMyAdmin and rename all the tables then change the table prefix in ./inc/settings.php but honestly it would be a waste of time as the only reason a table prefix is used is so you can run several sets of data on the one database and to some extent for security to make it more difficult to work out table names.