Paging Error in Wordpress Blog

Discussion in 'PHP' started by maclin123, Oct 9, 2012.

  1. #1
    Hi!,

    In my blog I found a 404 error due to wrong URL generates in Previous Entries link....

    http://www.cheapmonthlymobile.co.uk/blog/

    Link generates as /blog/index.php/Index.php/page/2/ on Previous Entries link....

    I am using wordpress 3.4.2

    Please guide me to resolve this error.
     
    Last edited: Oct 9, 2012
    maclin123, Oct 9, 2012 IP
  2. plussy

    plussy Peon

    Messages:
    152
    Likes Received:
    5
    Best Answers:
    9
    Trophy Points:
    0
    #2
    Looks fine to me. Has it been fixed.
     
    plussy, Oct 10, 2012 IP
  3. plussy

    plussy Peon

    Messages:
    152
    Likes Received:
    5
    Best Answers:
    9
    Trophy Points:
    0
    #3
    was wrong not fixed --

    the problem is probably wrong coding in the template. Have a look to see how that link is coded.
     
    plussy, Oct 10, 2012 IP
  4. maclin123

    maclin123 Member

    Messages:
    74
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #4
    Thanks for your valuable advise..I just lookup the wrodpress code and correct it..Now, it works fine...

    I use $url = str_replace('index.php/Index.php','index.php',$url);

    in function that display link.
     
    maclin123, Oct 12, 2012 IP