1 b2 Nov 07, 2010 18:07
3 b2 Nov 07, 2010 20:05
Thank you BLC,
I can't LOGIN because when i enter my usr/pwd it tries to open the OLD URL location subdomain and fails -- is there another way to login?
HTACCESS doesn't look like it's redirecting.
THX!
4 bushleaguecritic Nov 07, 2010 22:37
Next I changed my "_basic_config" $baseurl to reflect the new path.
Make sure you included the ending "/" on the url in the _basic_config.php file.
You should be able to go directly to the admin page: http://website.org/B2directory/admin.php. If not, see if it will let you access it via the old url: http://B2directory.website.org/admin.php.
If not... you may need to switch back to the old configuration; change the url in the backoffice first... then change the url in the _basic_config.php file.
It may be possible to do thru SQL, but I don't know if that setting is a "one table/one field" kind of thing or not.
5 b2 Nov 07, 2010 22:56
Thank you BLC,
- I did have the trailing slash/
- I cannot login because i already had changed the "B2directory" from a subDOMAIN to a plain old folder.
SO... i cannot LOGIN because when i enter my login user/passwrod it tries to go to the old SUBDOMAIN. If i try to make it a subdomain again in C-Panel it will overwrite the existing "B2directory" which contains all the files.
Thanks tho -- take care
6 yabba Nov 08, 2010 16:26
If it tries to go to the old sub domain then your baseurl is wrong
¥
7 b2 Nov 08, 2010 17:52
thanks YABBA
-- but could you please tell me what is wrong about this?
$baseurl = 'http://omclinic.org/bewell/';
(please hover over the 404 link to see it still reads the subdomain URL)
Did you forget to change the URL settings in the backoffice to reflect the changes you've made?
Either that, or your .htaccess file is doing redirects and needs to be updated after your changes.