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
Yes looks strange. 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.
well looks like your "root" is strange. maybe you have an index.html in folder blog as well. 'cause this works http://2listnow.com/blog/index.php?p=7 and this doesn't http://2listnow.com/blog/?p=7 hope this helps
@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
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.
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.