• i get internal server error when i post comment
    i had tried all the solutions provided by your forum but yet not solve the problem
    my htaccess file below–

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    php.ini—
    memory_limit=128M

    please tell me whats the problem?
    is there any other server variable i have to set?

The topic ‘Internal server error when posting comment’ is closed to new replies.