Recent Topics

1 Apr 10, 2007 18:55    

My b2evolution Version: Not Entered

Hallo! At my final tests of my new site i discoverd that i cannot send comments. I always recieve an error 403. I checked my hacklog and i don't think i have done a mistake that effects the comment function. please help. you can reach my blog under

http://philosophieblog.de/index.php

It's not a skin problem, because it doesn't work with another skin. the catcha is allright, because the trackback shows up correctly. even when i'm in as admin, i can't leave a comment.

thanks nureac

2 Apr 12, 2007 03:06

pease, help me. give me something where i can start bugfixing. i really don't have any idea where the problem could be.

thanks nureac

3 Apr 12, 2007 09:05

Try using the custom skin that came with your version and turning off captcha. Assuming this works you will know it is either your skin or the captcha. If it doesn't work then it's the rest of your installation that needs fixing. Until your skin and the captcha are completely ruled out though they must be considered the most likely source of the problem.

4 Apr 12, 2007 21:03

Thanks EdB. I tried but it doesn't work. It must be something else. Any advice? nurac

EDIT: It's an error 403. So maybe some rights? Is there something that needs special chmod for the comments?

5 Apr 14, 2007 15:14

Got it work. The Problem was my .htaccess with the following code to prevent Spam:


## Restricting Where Comments Originate From
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://philosophieblog.de/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://www.philosophieblog.de/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*comment_post\.php$
RewriteRule .* - [F]


But what is wrong with the code?
nureac


Form is loading...