MyBB Community Forums

Full Version: How to change site location
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay,so I am using 000Webhosting. I want to remove MyBB from PixelBuxs.uphero.com/MyBB to PixelBuxs.uphero.com (From /MyBB to Nothing.) How could I do this. I got a running Site here Chrisdomain.netau.net/MyBB (I want this removed Picture: http://prntscr.com/5w70h4) I want MyBB to be where that is but, not like that. If you know what I mean I want MyBB Form to be just one link without any /MyBB or /Upload..
Just upload the files (that is already in the MyBB) folder to the ROOT, then delete the MyBB folder.
(2015-01-23, 09:54 PM)PhantomD Wrote: [ -> ]Just upload the files (that is already in the MyBB) folder to the ROOT.

Don't forget to edit your inc/settings.php file after that. Remove "/MyBB" from $settings['bburl'] and $settings['cookiepath']
1. Move MyBB files from the /mybb subfolder to the root folder

2. Change board url & cookie settings in ./inc/settings.php file

$settings['bburl']
$settings['cookiedomain']
$settings['cookiepath']
$settings['cookieprefix']

3. Login to ACP >> Configuration >> Site Details >> Change Board URL & Cookie Path
When I do I get this,, http://prntscr.com/5wj1q8
First rule of dealing with your website, take backups.
Perhaps logging out, remove all cookies of your website and then login again, will work.
@Meet I do.. I have a working site that I am moving after I get this one working.. I just dont want /MyBB after the URL..