+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Ive Got Problems

  1. #1
    Join Date
    Nov 2005
    Location
    Charleston, SC
    Posts
    1,283

    Unhappy Ive Got Problems

    Ok. I've got an issue here.

    I'm not sure what I've done do deserve this, but...
    Quote Originally Posted by google
    Sorry, no information is available for the URL www.seologs.com
    I'm also seeing a 404 error when I view headers returned from http://www.seologs.com

    I've been messing with my wordpress setup, so I'm thinking that it probably has something to do with that.

    Anyone?

  2. #2
    Join Date
    Nov 2005
    Location
    Franklinton, LA, USA
    Posts
    3,786
    I get 200 response code for your site
    You'll never shine if you don't glow

    Donna Fontenot - eBusiness Coach / Consultant.

  3. #3
    Join Date
    Nov 2005
    Location
    Charleston, SC
    Posts
    1,283
    Nevermind. I got it.

    Since I don't use the default WP blog as my home page, I had this:
    Code:
    <?php 
    require('./wp-blog-header.php');
    ?>
    in my index.html page.

    I had it at the very very top. No spaces or anything before it. I didn't track down where, but I'm sure it was spitting out a header somewhere that doesn't match up with index.html.

    So I just moved that bit of code down into the page a bit (after the <head> tag just to be sure).

    This wasn't a problem before my upgrading to WP 2.0.

  4. #4
    Join Date
    Nov 2005
    Location
    Charleston, SC
    Posts
    1,283
    Quote Originally Posted by dazzlindonna
    I get 200 response code for your site
    Thanks for checking.

    I just tested it again, and it was the position of that WP Blog header.

    Code:
    REQUEST
    GET / HTTP/1.1
    
    Host: www.seologs.com
    
    User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
    
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    .....
    
    
    RESPONSE
    HTTP/1.x 404 Not Found
    
    Date: Wed, 12 Jul 2006 19:13:52 GMT
    
    Server: Apache/1.3.33 (Unix)
    
    Cache-Control: no-cache, must-revalidate, max-age=0
    Here's after I move it.
    Code:
    RESPONSE
    HTTP/1.x 200 OK
    
    Date: Wed, 12 Jul 2006 19:16:55 GMT
    
    Server: Apache/1.3.33 (Unix)
    
    X-Powered-By: PHP/4.4.2
    
    Keep-Alive: timeout=2, max=200
    Last edited by jadibones; 07-12-2006 at 11:20 AM.

  5. #5
    Join Date
    Mar 2006
    Location
    Here (for the moment)
    Posts
    174
    Quote Originally Posted by jadibones
    Nevermind. I got it.

    Since I don't use the default WP blog as my home page, I had this:
    Code:
    <?php 
    require('./wp-blog-header.php');
    ?>
    in my index.html page.

    I had it at the very very top. No spaces or anything before it. I didn't track down where, but I'm sure it was spitting out a header somewhere that doesn't match up with index.html.

    So I just moved that bit of code down into the page a bit (after the <head> tag just to be sure).

    This wasn't a problem before my upgrading to WP 2.0.

    It is dangerous to play with things you do not understand. You can lose a hand or an eye, or you can lose your Google rank !

    lol

    be more carefully careful !
    HK
    x

  6. #6
    Join Date
    Nov 2005
    Location
    Charleston, SC
    Posts
    1,283
    Quote Originally Posted by kaz
    It is dangerous to play with things you do not understand. You can lose a hand or an eye, or you can lose your Google rank !

    lol

    be more carefully careful !
    Its the wordpress update. I had to do it b/c I don't wan to get attacked, but when I did, lots of stuff that worked fine before, just quit working. Most of it had to do with improvements to the way WP handles permalinks. With WP 1.5, my .htaccess was a mile long. Now (WP 2.0) this is it.
    Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Oh well. This is what you have to deal with when you have WP installed in the home directory and you wan't to have a non WP home page.

    Lets hope this worksl

  7. #7
    Join Date
    Nov 2005
    Location
    St. Louis, MO (almost)
    Posts
    3,528
    Quote Originally Posted by kaz
    It is dangerous to play with things you do not understand.
    But exciting!

  8. #8
    Join Date
    Nov 2005
    Posts
    4,528
    And you do know it's only your homepage, right? I'm guessing most of your traffic landing pages are interior anyways.

    http://www.google.com/search?num=100...ww.seologs.com

    -Michael
    Free Image Meta Search
    SEO Tools
    Poetry

    Blog Smackdown!
    Skitz is very clear about what behaviour caused him to start this site up. His ego is way too big and fully engaged - rmccarley

    It was just too much text. I couldn't read it. - rmccarley

    I'm not a prosecutor, but Dave thinks I should play one on T.V.

  9. #9
    Join Date
    Nov 2005
    Location
    Charleston, SC
    Posts
    1,283
    Quote Originally Posted by mvandemar
    And you do know it's only your homepage, right? I'm guessing most of your traffic landing pages are interior anyways.

    http://www.google.com/search?num=100...ww.seologs.com

    -Michael
    I'll have to keep an eye out for that.

    One thing is for sure. I have no where near 5000 pages in the site. Google was reporting over 8000 indexed pages a couple of weeks ago. Something is not right.
    Attached Images

  10. #10
    Join Date
    Nov 2005
    Posts
    4,528
    You checking www or non-www with that tool?
    http://72.14.207.104/search?num=100&...%3Aseologs.com

    -Michael
    Free Image Meta Search
    SEO Tools
    Poetry

    Blog Smackdown!
    Skitz is very clear about what behaviour caused him to start this site up. His ego is way too big and fully engaged - rmccarley

    It was just too much text. I couldn't read it. - rmccarley

    I'm not a prosecutor, but Dave thinks I should play one on T.V.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts