Try resetting your custom permalinks to the default setting. If that works, then try reading:
http://codex.ww.wp.xz.cn/Using_Permalinks
before setting a custom permalink structure back up again.
My comment page functions give me this err or also. I am hosting my own WordPress blog. Is this fix the same for me too?
To give a little more info, I should say the when someone comments, then presses the submit comment button, this error comes up.
When I administer the site, the comment is waiting for approval. When I click the check box, select approve, then click apply, I also get error 500. The comment is never lost and is available for viewing.
So far, these are the only times I get these errors.
Thanks
I find the answer…
Just Edit .htaccess
with
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
and CHMOD this files in permission : 444 (if you are on 1&1 !)
it’s a problem about your php version. Enjoy, it’s working for me!!!
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
adding this to my .htaccess worked!!!
I am on 1&1 by the way. Have not done the CHMOD not sure what files need to change, all of them?
Either way just editing the .htaccess seems to have fixed it.
Thanks for this solution!
I was having a similar problem with WP and 1&1 after just moving my WP install from another host.
This solution worked for me and solved all my access problems.
Thanks!
This thread should be added to the codex or something, it’s an immediate fix.
Thank you so much!
thanks, I will 1and1 and couldnt find any reference to this file, so created it with text wrangler and ftp it straight in now things such as my incoming links now work
cheers