Recent Topics

1 Mar 20, 2007 03:12    

I finally bit the bullet and upgraded my blog to version 1.9.3 today. It took a lot of trial and error, but I got my three main blog sections working.

Then I noticed that only the main index.php file works with the www prefix. The others don't work with www, only http://

Check it out:
http://maddogmovies.com/blog/horror.php
http://www.maddogmovies.com/blog/horror.php

When you punch in the URL with the www prefix, it defaults to the main index blog, which you can see at either of these links:

http://maddogmovies.com/blog/index.php
http://www.maddogmovies.com/blog/index.php

Any suggestions on how to fix this?

2 Mar 20, 2007 15:19

What do you have in the $baseurl variable in your conf/_basic_config.php file? I'm guessing you don't have a www. in there, so that's what b2evolution will base and build links on.

That doesn't explain why the www. version doesn't make it to the right destination though. For that I can only guess that something about your server (perhaps .htaccess?) is saying "I don't know what to do so here's the default page".

3 Mar 21, 2007 04:23

Thanks for the help! I changed the _basic_config.php $baseurl to read http://www.maddogmovies.com/blog/

So guess what that does? Now the www works, but not the http !

Is there a way to list both of them? Or should I make it a relative link somehow?

Also, I just took the .htaccess offline to help figure this out.

4 Mar 21, 2007 04:47

Well, I changed the baseurl back for now. If anything is going to be broken, I'd rather it be the www addresses.

5 Mar 21, 2007 22:08

I'm starting to think I should wipe out my blog and re-install from scratch.

If I do that, will I be able to pull in my old mysql file from version 0.98?

6 Mar 21, 2007 22:16

sky captain wrote:

If I do that, will I be able to pull in my old mysql file from version 0.98?

You'd better do a clean install of version 0.98, insert your backup and upgrade afterwards.

I hope you find a solution. I have the same problem (missing www). It bothers me, but it's not a big deal.

7 Mar 21, 2007 23:07

I asked my host about the www thing but they gave me no answer. Instead they added www.sub.domain.com as an extra. They now work both.

Hello,

I've add www.blog.hemminga.net subdomain to your panel and point it to your /www/blog.hemminga.net/ folder so now you can access yoursubdomain using the www. part

Best Regards,
Jazzy

I guess you'll have to search for your answer in the settings for your domain.

8 Mar 22, 2007 22:45

Here's my progress.

I wiped out the blog, and re-installed Paris (I think I was on 0.9.0.11, not 0.9.0.8)

Unfortunately, I had made a few changes to the blog while I had Rain Forest installed. So the mysqll file wouldn't downgrade to work with the old version.

I wiped it out again and installed Rain Forest from scratch. Changed my basic config file again.

I can still only have http:// or www. Not both at once.

I suppose I'll try the www subdomain idea next.

9 Mar 22, 2007 23:21

Do you have a test setup of 1.9.3 anymore?

What URL setup do you use?

Can you enable $debug (in /conf/_advanced.php)? There would be a section "detect_blog" or something similar then.

10 Mar 23, 2007 00:47

My current installation is 1.9.3 (Rainforest)

I don't know what you mean by URL setup.

I looked in the _advanced file, but I didn't see anything called detect_blog. There's several other references to $debug, but I'm not sure what to look for.

11 Mar 23, 2007 01:00

Blueyed wants you to enable debug and report what the debuglog has to say, particulary if you find a section detect_blog.

To have a Debuglog with a load of information on the bottom of each page, set

$debug = 1;

in /conf/_advanced.php. 


Form is loading...