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.
was wrong not fixed -- the problem is probably wrong coding in the template. Have a look to see how that link is coded.
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.