Any Wordpress Experts that Can Help?

Discussion in 'WordPress' started by jg123, Nov 20, 2006.

  1. #1
    My blog at http://www.2listnow.com/blog/index.php has a problem, when you click on a post it goes to the home page of the blog for some reason. Can anyone shed some light on this strange behaviour?

    thanks
     
    jg123, Nov 20, 2006 IP
  2. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #2
    Yes looks strange. :rolleyes:
    Every blog post link shows different link location, but all are directed to your directory homepage.
    IMO You might be having some database problem and so may require reinstallation of the script.
     
    MeetHere, Nov 20, 2006 IP
  3. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    123GoToAndPlay, Nov 20, 2006 IP
  4. Cutting Edge

    Cutting Edge Guest

    Messages:
    270
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sounds like a .htaccess issue to me.
     
    Cutting Edge, Nov 20, 2006 IP
  5. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    @cutting_edge, yep with .htaccess he/she could resolve this problem
    something in the line of

    
    <Files index> ForceType application/x-httpd-php </Files>
    
    Code (markup):
    perhaps
     
    123GoToAndPlay, Nov 20, 2006 IP
  6. seo-mumbai

    seo-mumbai Well-Known Member

    Messages:
    2,004
    Likes Received:
    183
    Best Answers:
    0
    Trophy Points:
    105
    #6
    u tryed Mod_rewrite or 404 page not found redirect link?
     
    seo-mumbai, Nov 20, 2006 IP
  7. ahref

    ahref Well-Known Member

    Messages:
    1,123
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    170
    #7
    It appear mod_rewrite problem
     
    ahref, Nov 20, 2006 IP
  8. jg123

    jg123 Notable Member

    Messages:
    6,006
    Likes Received:
    387
    Best Answers:
    0
    Trophy Points:
    295
    #8
    Can you be more specific? I need mon_rewrite on for the directory.
     
    jg123, Nov 20, 2006 IP
  9. jawednazarali

    jawednazarali Guest

    Messages:
    254
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I faced similar problem some time ago; i figured out that when you call your sidebar() before the main content, again this isn't the case for all themes. Try to use this trick call get_sidebar() function after main content area. If this solves your problem, then there must be some problem with the wordpress functions in sidebar and main content. Do let us know if this solves.
     
    jawednazarali, Nov 21, 2006 IP
  10. SiteExpress

    SiteExpress Well-Known Member

    Messages:
    1,355
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    155
    #10
    I have seen this before on sites using phpld. Since phpld has its own htaccess and by default returns to the home page on any redirect or 404, it can cause issues on blogs and subdomains as well. It is usually fixed through htaccess.

    I would suggest trying 123gotoandplay's response.
     
    SiteExpress, Nov 22, 2006 IP