Recent Topics

1 Jun 21, 2004 21:37    

I am using a redirect to point to http://123.456.789.0/~username/

The b2e installation lives in http://123.456.789.0/~username/blogger/

When I l attempt to sign in as admin, the system is attempting to sign into http://123.456.789.0/~username/~username/blogger/admin/b2edit.php

For some reason, the system is repeating the /~username directory.

Can someone help me correct this?

Thanks

-- Urkle

2 Jun 21, 2004 23:10

1. What kind of redirect? .htaccess, php header('Location:...'), SSI, meta tags, something else? What are you redirecting from/to? How are you doing it?

2. What do you have set as your baseurl? Goto .../conf/_config.php and look for

$baseurl = 'http://your.site.here.com';		// IMPORTANT: NO ENDING SLASH !!!


Form is loading...