Internal server error when posting comment
-
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=128Mplease tell me whats the problem?
is there any other server variable i have to set?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Internal server error when posting comment’ is closed to new replies.