• 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?

Viewing 1 replies (of 1 total)
  • Do you have access to the web logs to see the details of the internal server error?

    Try doing the same thing with a browser that is not IE, as sometimes you will get a more useful message.

Viewing 1 replies (of 1 total)

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